Html Css Color HEX #9074CE True V

📋 copy color: '#9074CE'

red 144 ◦ green 116 ◦ blue 206

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

Shades of True V #9074CE

Tints of True V #9074CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 30.9%
G = 24.89%
B = 44.21%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9074CE (or 0x9074CE) is known color: True V. HEX triplet: 90, 74 and CE. RGB value is (144,116,206). Sum of RGB (Red+Green+Blue) = 144+116+206=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #9074CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074CE is #6F8B31. Grayscale: #868686. Windows color (decimal): -7310130 or 13530256. OLE color: 13530256.

HSL color Cylindrical-coordinate representation of color #9074CE: hue angle of 258.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9074CE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 116 206 -
CMYK 0.30 0.44 0 0.19
HSL 258.67º 0.48% 0.63% -
HSV(B) 258.67º 0.44% 0.81% -
XYZ 28.89 22.88 61.29 -
YUV 134.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 144 116 206 0.30 0.44 0 0.19 258.67 0.48 0.63
Hex 90 74 CE 1E 2C 0 13 103 30 3F
Octal 220 164 316 36 54 0 23 403 60 77
Binary 10010000 1110100 11001110 11110 101100 0 10011 100000011 110000 111111

Color Harmonies of #9074CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9074CE

Black with #9074CE

Text Example


Text Example

White with #9074CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9074CE; }

 p { color: rgb(144,116,206); }

 H1.HeaderClassName
 {
   color: #9074CE;
 }
 .AnyTagClassName
 {
   color: #9074CE;
 }
</style>

background-color css

<style>
 a { background-color: #9074CE; }

 a { background-color: rgb(144,116,206); }

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

border-color css

<style>
 span { border-color: #9074CE; }

 span { border-color: rgb(144,116,206); }

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