Html Css Color HEX #9674CE True V

📋 copy color: '#9674CE'

red 150 ◦ green 116 ◦ blue 206

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

Shades of True V #9674CE

Tints of True V #9674CE

RGB

 RED value IS 150 (58.98% from 255) = 31.78%

 GREEN value IS 116 (45.7% from 255) = 24.58%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 31.78%
G = 24.58%
B = 43.64%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9674CE (or 0x9674CE) is known color: True V. HEX triplet: 96, 74 and CE. RGB value is (150,116,206). Sum of RGB (Red+Green+Blue) = 150+116+206=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #9674CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674CE is #698B31. Grayscale: #888888. Windows color (decimal): -6916914 or 13530262. OLE color: 13530262.

HSL color Cylindrical-coordinate representation of color #9674CE: hue angle of 262.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9674CE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 116 206 -
CMYK 0.27 0.44 0 0.19
HSL 262.67º 0.48% 0.63% -
HSV(B) 262.67º 0.44% 0.81% -
XYZ 29.96 23.43 61.34 -
YUV 136.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 150 116 206 0.27 0.44 0 0.19 262.67 0.48 0.63
Hex 96 74 CE 1B 2C 0 13 107 30 3F
Octal 226 164 316 33 54 0 23 407 60 77
Binary 10010110 1110100 11001110 11011 101100 0 10011 100000111 110000 111111

Color Harmonies of #9674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674CE

Black with #9674CE

Text Example


Text Example

White with #9674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9674CE; }

 p { color: rgb(150,116,206); }

 H1.HeaderClassName
 {
   color: #9674CE;
 }
 .AnyTagClassName
 {
   color: #9674CE;
 }
</style>

background-color css

<style>
 a { background-color: #9674CE; }

 a { background-color: rgb(150,116,206); }

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

border-color css

<style>
 span { border-color: #9674CE; }

 span { border-color: rgb(150,116,206); }

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