Html Css Color HEX #9076CA True V

📋 copy color: '#9076CA'

red 144 ◦ green 118 ◦ blue 202

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

Shades of True V #9076CA

Tints of True V #9076CA

RGB

 RED value IS 144 (56.64% from 255) = 31.03%

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

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

R = 31.03%
G = 25.43%
B = 43.53%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9076CA (or 0x9076CA) is known color: True V. HEX triplet: 90, 76 and CA. RGB value is (144,118,202). Sum of RGB (Red+Green+Blue) = 144+118+202=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #9076CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076CA is #6F8935. Grayscale: #878787. Windows color (decimal): -7309622 or 13268624. OLE color: 13268624.

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

Color convert

RGB 144 118 202 -
CMYK 0.29 0.42 0 0.21
HSL 258.57º 0.44% 0.63% -
HSV(B) 258.57º 0.42% 0.79% -
XYZ 28.64 23.15 58.84 -
YUV 135.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 144 118 202 0.29 0.42 0 0.21 258.57 0.44 0.63
Hex 90 76 CA 1D 2A 0 15 103 2C 3F
Octal 220 166 312 35 52 0 25 403 54 77
Binary 10010000 1110110 11001010 11101 101010 0 10101 100000011 101100 111111

Color Harmonies of #9076CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076CA

Black with #9076CA

Text Example


Text Example

White with #9076CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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