Html Css Color HEX #9477CA True V

📋 copy color: '#9477CA'

red 148 ◦ green 119 ◦ blue 202

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

Shades of True V #9477CA

Tints of True V #9477CA

RGB

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

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

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

R = 31.56%
G = 25.37%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9477CA (or 0x9477CA) is known color: True V. HEX triplet: 94, 77 and CA. RGB value is (148,119,202). Sum of RGB (Red+Green+Blue) = 148+119+202=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #9477CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9477CA is #6B8835. Grayscale: #888888. Windows color (decimal): -7047222 or 13268884. OLE color: 13268884.

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

Color convert

RGB 148 119 202 -
CMYK 0.27 0.41 0 0.21
HSL 260.96º 0.44% 0.63% -
HSV(B) 260.96º 0.41% 0.79% -
XYZ 29.47 23.75 58.91 -
YUV 137.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 148 119 202 0.27 0.41 0 0.21 260.96 0.44 0.63
Hex 94 77 CA 1B 29 0 15 105 2C 3F
Octal 224 167 312 33 51 0 25 405 54 77
Binary 10010100 1110111 11001010 11011 101001 0 10101 100000101 101100 111111

Color Harmonies of #9477CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477CA

Black with #9477CA

Text Example


Text Example

White with #9477CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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