Html Css Color HEX #8963CC True V

📋 copy color: '#8963CC'

red 137 ◦ green 99 ◦ blue 204

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

Shades of True V #8963CC

Tints of True V #8963CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.5%

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

R = 31.14%
G = 22.5%
B = 46.36%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8963CC (or 0x8963CC) is known color: True V. HEX triplet: 89, 63 and CC. RGB value is (137,99,204). Sum of RGB (Red+Green+Blue) = 137+99+204=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8963CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963CC is #769C33. Grayscale: #797979. Windows color (decimal): -7773236 or 13394825. OLE color: 13394825.

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

Color convert

RGB 137 99 204 -
CMYK 0.33 0.51 0 0.2
HSL 261.71º 0.51% 0.59% -
HSV(B) 261.71º 0.51% 0.8% -
XYZ 25.68 18.6 59.36 -
YUV 122.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 137 99 204 0.33 0.51 0 0.2 261.71 0.51 0.59
Hex 89 63 CC 21 33 0 14 106 33 3B
Octal 211 143 314 41 63 0 24 406 63 73
Binary 10001001 1100011 11001100 100001 110011 0 10100 100000110 110011 111011

Color Harmonies of #8963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963CC

Black with #8963CC

Text Example


Text Example

White with #8963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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