Html Css Color HEX #8970CD True V

📋 copy color: '#8970CD'

red 137 ◦ green 112 ◦ blue 205

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

Shades of True V #8970CD

Tints of True V #8970CD

RGB

 RED value IS 137 (53.91% from 255) = 30.18%

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 30.18%
G = 24.67%
B = 45.15%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8970CD (or 0x8970CD) is known color: True V. HEX triplet: 89, 70 and CD. RGB value is (137,112,205). Sum of RGB (Red+Green+Blue) = 137+112+205=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8970CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970CD is #768F32. Grayscale: #818181. Windows color (decimal): -7769907 or 13463689. OLE color: 13463689.

HSL color Cylindrical-coordinate representation of color #8970CD: hue angle of 256.13º 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 #8970CD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 112 205 -
CMYK 0.33 0.45 0 0.20
HSL 256.13º 0.48% 0.62% -
HSV(B) 256.13º 0.45% 0.8% -
XYZ 27.13 21.31 60.44 -
YUV 130.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 137 112 205 0.33 0.45 0 0.20 256.13 0.48 0.62
Hex 89 70 CD 21 2D 0 14 100 30 3E
Octal 211 160 315 41 55 0 24 400 60 76
Binary 10001001 1110000 11001101 100001 101101 0 10100 100000000 110000 111110

Color Harmonies of #8970CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970CD

Black with #8970CD

Text Example


Text Example

White with #8970CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,112,205); }

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

background-color css

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

 a { background-color: rgb(137,112,205); }

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

border-color css

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

 span { border-color: rgb(137,112,205); }

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