Html Css Color HEX #9476CA True V

📋 copy color: '#9476CA'

red 148 ◦ green 118 ◦ blue 202

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

Shades of True V #9476CA

Tints of True V #9476CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 31.62%
G = 25.21%
B = 43.16%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9476CA (or 0x9476CA) is known color: True V. HEX triplet: 94, 76 and CA. RGB value is (148,118,202). Sum of RGB (Red+Green+Blue) = 148+118+202=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #9476CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476CA is #6B8935. Grayscale: #888888. Windows color (decimal): -7047478 or 13268628. OLE color: 13268628.

HSL color Cylindrical-coordinate representation of color #9476CA: hue angle of 261.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9476CA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 118 202 -
CMYK 0.27 0.42 0 0.21
HSL 261.43º 0.44% 0.63% -
HSV(B) 261.43º 0.42% 0.79% -
XYZ 29.35 23.52 58.87 -
YUV 136.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 148 118 202 0.27 0.42 0 0.21 261.43 0.44 0.63
Hex 94 76 CA 1B 2A 0 15 105 2C 3F
Octal 224 166 312 33 52 0 25 405 54 77
Binary 10010100 1110110 11001010 11011 101010 0 10101 100000101 101100 111111

Color Harmonies of #9476CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476CA

Black with #9476CA

Text Example


Text Example

White with #9476CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9476CA; }

 p { color: rgb(148,118,202); }

 H1.HeaderClassName
 {
   color: #9476CA;
 }
 .AnyTagClassName
 {
   color: #9476CA;
 }
</style>

background-color css

<style>
 a { background-color: #9476CA; }

 a { background-color: rgb(148,118,202); }

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

border-color css

<style>
 span { border-color: #9476CA; }

 span { border-color: rgb(148,118,202); }

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