Html Css Color HEX #8963CE True V

📋 copy color: '#8963CE'

red 137 ◦ green 99 ◦ blue 206

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

Shades of True V #8963CE

Tints of True V #8963CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 31%
G = 22.4%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8963CE (or 0x8963CE) is known color: True V. HEX triplet: 89, 63 and CE. RGB value is (137,99,206). Sum of RGB (Red+Green+Blue) = 137+99+206=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #8963CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963CE is #769C31. Grayscale: #7A7A7A. Windows color (decimal): -7773234 or 13525897. OLE color: 13525897.

HSL color Cylindrical-coordinate representation of color #8963CE: hue angle of 261.31º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8963CE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 99 206 -
CMYK 0.33 0.52 0 0.19
HSL 261.31º 0.52% 0.6% -
HSV(B) 261.31º 0.52% 0.81% -
XYZ 25.92 18.7 60.64 -
YUV 122.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 137 99 206 0.33 0.52 0 0.19 261.31 0.52 0.6
Hex 89 63 CE 21 34 0 13 105 34 3C
Octal 211 143 316 41 64 0 23 405 64 74
Binary 10001001 1100011 11001110 100001 110100 0 10011 100000101 110100 111100

Color Harmonies of #8963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963CE

Black with #8963CE

Text Example


Text Example

White with #8963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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