Html Css Color HEX #9474CC True V

📋 copy color: '#9474CC'

red 148 ◦ green 116 ◦ blue 204

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

Shades of True V #9474CC

Tints of True V #9474CC

RGB

 RED value IS 148 (58.2% from 255) = 31.62%

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 31.62%
G = 24.79%
B = 43.59%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9474CC (or 0x9474CC) is known color: True V. HEX triplet: 94, 74 and CC. RGB value is (148,116,204). Sum of RGB (Red+Green+Blue) = 148+116+204=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #9474CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474CC is #6B8B33. Grayscale: #878787. Windows color (decimal): -7047988 or 13399188. OLE color: 13399188.

HSL color Cylindrical-coordinate representation of color #9474CC: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9474CC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 116 204 -
CMYK 0.27 0.43 0 0.2
HSL 261.82º 0.46% 0.63% -
HSV(B) 261.82º 0.43% 0.8% -
XYZ 29.36 23.15 60.05 -
YUV 135.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 148 116 204 0.27 0.43 0 0.2 261.82 0.46 0.63
Hex 94 74 CC 1B 2B 0 14 106 2E 3F
Octal 224 164 314 33 53 0 24 406 56 77
Binary 10010100 1110100 11001100 11011 101011 0 10100 100000110 101110 111111

Color Harmonies of #9474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474CC

Black with #9474CC

Text Example


Text Example

White with #9474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9474CC; }

 p { color: rgb(148,116,204); }

 H1.HeaderClassName
 {
   color: #9474CC;
 }
 .AnyTagClassName
 {
   color: #9474CC;
 }
</style>

background-color css

<style>
 a { background-color: #9474CC; }

 a { background-color: rgb(148,116,204); }

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

border-color css

<style>
 span { border-color: #9474CC; }

 span { border-color: rgb(148,116,204); }

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