Html Css Color HEX #9477CB True V

📋 copy color: '#9477CB'

red 148 ◦ green 119 ◦ blue 203

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

Shades of True V #9477CB

Tints of True V #9477CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 31.49%
G = 25.32%
B = 43.19%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9477CB (or 0x9477CB) is known color: True V. HEX triplet: 94, 77 and CB. RGB value is (148,119,203). Sum of RGB (Red+Green+Blue) = 148+119+203=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9477CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477CB is #6B8834. Grayscale: #888888. Windows color (decimal): -7047221 or 13334420. OLE color: 13334420.

HSL color Cylindrical-coordinate representation of color #9477CB: hue angle of 260.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9477CB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 119 203 -
CMYK 0.27 0.41 0 0.20
HSL 260.71º 0.45% 0.63% -
HSV(B) 260.71º 0.41% 0.8% -
XYZ 29.59 23.8 59.53 -
YUV 137.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 148 119 203 0.27 0.41 0 0.20 260.71 0.45 0.63
Hex 94 77 CB 1B 29 0 14 105 2D 3F
Octal 224 167 313 33 51 0 24 405 55 77
Binary 10010100 1110111 11001011 11011 101001 0 10100 100000101 101101 111111

Color Harmonies of #9477CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477CB

Black with #9477CB

Text Example


Text Example

White with #9477CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9477CB; }

 p { color: rgb(148,119,203); }

 H1.HeaderClassName
 {
   color: #9477CB;
 }
 .AnyTagClassName
 {
   color: #9477CB;
 }
</style>

background-color css

<style>
 a { background-color: #9477CB; }

 a { background-color: rgb(148,119,203); }

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

border-color css

<style>
 span { border-color: #9477CB; }

 span { border-color: rgb(148,119,203); }

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