Html Css Color HEX #8962D1 True V

📋 copy color: '#8962D1'

red 137 ◦ green 98 ◦ blue 209

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

Shades of True V #8962D1

Tints of True V #8962D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.07%

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 30.86%
G = 22.07%
B = 47.07%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8962D1 (or 0x8962D1) is known color: True V. HEX triplet: 89, 62 and D1. RGB value is (137,98,209). Sum of RGB (Red+Green+Blue) = 137+98+209=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #8962D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962D1 is #769D2E. Grayscale: #797979. Windows color (decimal): -7773487 or 13722249. OLE color: 13722249.

HSL color Cylindrical-coordinate representation of color #8962D1: hue angle of 261.08º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8962D1 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 98 209 -
CMYK 0.34 0.53 0 0.18
HSL 261.08º 0.55% 0.6% -
HSV(B) 261.08º 0.53% 0.82% -
XYZ 26.19 18.66 62.54 -
YUV 122.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 137 98 209 0.34 0.53 0 0.18 261.08 0.55 0.6
Hex 89 62 D1 22 35 0 12 105 37 3C
Octal 211 142 321 42 65 0 22 405 67 74
Binary 10001001 1100010 11010001 100010 110101 0 10010 100000101 110111 111100

Color Harmonies of #8962D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962D1

Black with #8962D1

Text Example


Text Example

White with #8962D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8962D1; }

 p { color: rgb(137,98,209); }

 H1.HeaderClassName
 {
   color: #8962D1;
 }
 .AnyTagClassName
 {
   color: #8962D1;
 }
</style>

background-color css

<style>
 a { background-color: #8962D1; }

 a { background-color: rgb(137,98,209); }

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

border-color css

<style>
 span { border-color: #8962D1; }

 span { border-color: rgb(137,98,209); }

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