Html Css Color HEX #9376CF True V

📋 copy color: '#9376CF'

red 147 ◦ green 118 ◦ blue 207

#9376CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #9376CF

Tints of True V #9376CF

RGB

 RED value IS 147 (57.81% from 255) = 31.14%

 GREEN value IS 118 (46.48% from 255) = 25%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 31.14%
G = 25%
B = 43.86%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9376CF (or 0x9376CF) is known color: True V. HEX triplet: 93, 76 and CF. RGB value is (147,118,207). Sum of RGB (Red+Green+Blue) = 147+118+207=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9376CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CF is #6C8930. Grayscale: #888888. Windows color (decimal): -7113009 or 13596307. OLE color: 13596307.

HSL color Cylindrical-coordinate representation of color #9376CF: hue angle of 259.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9376CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 118 207 -
CMYK 0.29 0.43 0 0.19
HSL 259.55º 0.48% 0.64% -
HSV(B) 259.55º 0.43% 0.81% -
XYZ 29.77 23.66 62.03 -
YUV 136.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 147 118 207 0.29 0.43 0 0.19 259.55 0.48 0.64
Hex 93 76 CF 1D 2B 0 13 104 30 40
Octal 223 166 317 35 53 0 23 404 60 100
Binary 10010011 1110110 11001111 11101 101011 0 10011 100000100 110000 1000000

Color Harmonies of #9376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376CF

Black with #9376CF

Text Example


Text Example

White with #9376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376CF; }

 p { color: rgb(147,118,207); }

 H1.HeaderClassName
 {
   color: #9376CF;
 }
 .AnyTagClassName
 {
   color: #9376CF;
 }
</style>

background-color css

<style>
 a { background-color: #9376CF; }

 a { background-color: rgb(147,118,207); }

 div.DivClassName
 {
   background-color: #9376CF;
 }
 .BgClassName
 {
   background-color: #9376CF;
 }
</style>

border-color css

<style>
 span { border-color: #9376CF; }

 span { border-color: rgb(147,118,207); }

 td.TdClassName
 {
   border-color: #9376CF;
 }
 .TagClassName
 {
   border-color: #9376CF;
 }
</style>