Html Css Color HEX #9071CD True V

📋 copy color: '#9071CD'

red 144 ◦ green 113 ◦ blue 205

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

Shades of True V #9071CD

Tints of True V #9071CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 31.17%
G = 24.46%
B = 44.37%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9071CD (or 0x9071CD) is known color: True V. HEX triplet: 90, 71 and CD. RGB value is (144,113,205). Sum of RGB (Red+Green+Blue) = 144+113+205=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #9071CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071CD is #6F8E32. Grayscale: #848484. Windows color (decimal): -7310899 or 13463952. OLE color: 13463952.

HSL color Cylindrical-coordinate representation of color #9071CD: hue angle of 260.22º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9071CD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 113 205 -
CMYK 0.30 0.45 0 0.20
HSL 260.22º 0.48% 0.62% -
HSV(B) 260.22º 0.45% 0.8% -
XYZ 28.43 22.15 60.53 -
YUV 132.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 144 113 205 0.30 0.45 0 0.20 260.22 0.48 0.62
Hex 90 71 CD 1E 2D 0 14 104 30 3E
Octal 220 161 315 36 55 0 24 404 60 76
Binary 10010000 1110001 11001101 11110 101101 0 10100 100000100 110000 111110

Color Harmonies of #9071CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9071CD

Black with #9071CD

Text Example


Text Example

White with #9071CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9071CD; }

 p { color: rgb(144,113,205); }

 H1.HeaderClassName
 {
   color: #9071CD;
 }
 .AnyTagClassName
 {
   color: #9071CD;
 }
</style>

background-color css

<style>
 a { background-color: #9071CD; }

 a { background-color: rgb(144,113,205); }

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

border-color css

<style>
 span { border-color: #9071CD; }

 span { border-color: rgb(144,113,205); }

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