Html Css Color HEX #9377CA True V

📋 copy color: '#9377CA'

red 147 ◦ green 119 ◦ blue 202

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

Shades of True V #9377CA

Tints of True V #9377CA

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

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

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

R = 31.41%
G = 25.43%
B = 43.16%

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

#9377CA (or 0x9377CA) is known color: True V. HEX triplet: 93, 77 and CA. RGB value is (147,119,202). Sum of RGB (Red+Green+Blue) = 147+119+202=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 119 (46.88% from 255 or 25.43% 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 #9377CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377CA is #6C8835. Grayscale: #888888. Windows color (decimal): -7112758 or 13268883. OLE color: 13268883.

HSL color Cylindrical-coordinate representation of color #9377CA: hue angle of 260.24º 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 #9377CA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 119 202 -
CMYK 0.27 0.41 0 0.21
HSL 260.24º 0.44% 0.63% -
HSV(B) 260.24º 0.41% 0.79% -
XYZ 29.29 23.66 58.9 -
YUV 136.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 147 119 202 0.27 0.41 0 0.21 260.24 0.44 0.63
Hex 93 77 CA 1B 29 0 15 104 2C 3F
Octal 223 167 312 33 51 0 25 404 54 77
Binary 10010011 1110111 11001010 11011 101001 0 10101 100000100 101100 111111

Color Harmonies of #9377CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377CA

Black with #9377CA

Text Example


Text Example

White with #9377CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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