Html Css Color HEX #8963CB True V

📋 copy color: '#8963CB'

red 137 ◦ green 99 ◦ blue 203

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

Shades of True V #8963CB

Tints of True V #8963CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 31.21%
G = 22.55%
B = 46.24%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8963CB (or 0x8963CB) is known color: True V. HEX triplet: 89, 63 and CB. RGB value is (137,99,203). Sum of RGB (Red+Green+Blue) = 137+99+203=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #8963CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963CB is #769C34. Grayscale: #797979. Windows color (decimal): -7773237 or 13329289. OLE color: 13329289.

HSL color Cylindrical-coordinate representation of color #8963CB: hue angle of 261.92º degrees, saturation: 0.5, 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 #8963CB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 99 203 -
CMYK 0.33 0.51 0 0.20
HSL 261.92º 0.5% 0.59% -
HSV(B) 261.92º 0.51% 0.8% -
XYZ 25.56 18.55 58.73 -
YUV 122.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 137 99 203 0.33 0.51 0 0.20 261.92 0.5 0.59
Hex 89 63 CB 21 33 0 14 106 32 3B
Octal 211 143 313 41 63 0 24 406 62 73
Binary 10001001 1100011 11001011 100001 110011 0 10100 100000110 110010 111011

Color Harmonies of #8963CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963CB

Black with #8963CB

Text Example


Text Example

White with #8963CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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