Html Css Color HEX #8962CC True V

📋 copy color: '#8962CC'

red 137 ◦ green 98 ◦ blue 204

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

Shades of True V #8962CC

Tints of True V #8962CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 31.21%
G = 22.32%
B = 46.47%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8962CC (or 0x8962CC) is known color: True V. HEX triplet: 89, 62 and CC. RGB value is (137,98,204). Sum of RGB (Red+Green+Blue) = 137+98+204=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8962CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962CC is #769D33. Grayscale: #797979. Windows color (decimal): -7773492 or 13394569. OLE color: 13394569.

HSL color Cylindrical-coordinate representation of color #8962CC: hue angle of 262.08º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8962CC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 98 204 -
CMYK 0.33 0.52 0 0.2
HSL 262.08º 0.51% 0.59% -
HSV(B) 262.08º 0.52% 0.8% -
XYZ 25.58 18.41 59.33 -
YUV 121.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 137 98 204 0.33 0.52 0 0.2 262.08 0.51 0.59
Hex 89 62 CC 21 34 0 14 106 33 3B
Octal 211 142 314 41 64 0 24 406 63 73
Binary 10001001 1100010 11001100 100001 110100 0 10100 100000110 110011 111011

Color Harmonies of #8962CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8962CC

Black with #8962CC

Text Example


Text Example

White with #8962CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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