Html Css Color HEX #9476CD True V

📋 copy color: '#9476CD'

red 148 ◦ green 118 ◦ blue 205

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

Shades of True V #9476CD

Tints of True V #9476CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 31.42%
G = 25.05%
B = 43.52%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9476CD (or 0x9476CD) is known color: True V. HEX triplet: 94, 76 and CD. RGB value is (148,118,205). Sum of RGB (Red+Green+Blue) = 148+118+205=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #9476CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476CD is #6B8932. Grayscale: #888888. Windows color (decimal): -7047475 or 13465236. OLE color: 13465236.

HSL color Cylindrical-coordinate representation of color #9476CD: hue angle of 260.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9476CD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 118 205 -
CMYK 0.28 0.42 0 0.20
HSL 260.69º 0.47% 0.63% -
HSV(B) 260.69º 0.42% 0.8% -
XYZ 29.71 23.66 60.76 -
YUV 136.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 148 118 205 0.28 0.42 0 0.20 260.69 0.47 0.63
Hex 94 76 CD 1C 2A 0 14 105 2F 3F
Octal 224 166 315 34 52 0 24 405 57 77
Binary 10010100 1110110 11001101 11100 101010 0 10100 100000101 101111 111111

Color Harmonies of #9476CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476CD

Black with #9476CD

Text Example


Text Example

White with #9476CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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