Html Css Color HEX #8968CE True V

📋 copy color: '#8968CE'

red 137 ◦ green 104 ◦ blue 206

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

Shades of True V #8968CE

Tints of True V #8968CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.27%

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

R = 30.65%
G = 23.27%
B = 46.09%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8968CE (or 0x8968CE) is known color: True V. HEX triplet: 89, 68 and CE. RGB value is (137,104,206). Sum of RGB (Red+Green+Blue) = 137+104+206=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #8968CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968CE is #769731. Grayscale: #7D7D7D. Windows color (decimal): -7771954 or 13527177. OLE color: 13527177.

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

Color convert

RGB 137 104 206 -
CMYK 0.33 0.50 0 0.19
HSL 259.41º 0.51% 0.61% -
HSV(B) 259.41º 0.5% 0.81% -
XYZ 26.41 19.68 60.8 -
YUV 125.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 137 104 206 0.33 0.50 0 0.19 259.41 0.51 0.61
Hex 89 68 CE 21 32 0 13 103 33 3D
Octal 211 150 316 41 62 0 23 403 63 75
Binary 10001001 1101000 11001110 100001 110010 0 10011 100000011 110011 111101

Color Harmonies of #8968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968CE

Black with #8968CE

Text Example


Text Example

White with #8968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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