Html Css Color HEX #8968CB True V

📋 copy color: '#8968CB'

red 137 ◦ green 104 ◦ blue 203

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

Shades of True V #8968CB

Tints of True V #8968CB

RGB

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

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

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

R = 30.86%
G = 23.42%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8968CB (or 0x8968CB) is known color: True V. HEX triplet: 89, 68 and CB. RGB value is (137,104,203). Sum of RGB (Red+Green+Blue) = 137+104+203=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #8968CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968CB is #769734. Grayscale: #7C7C7C. Windows color (decimal): -7771957 or 13330569. OLE color: 13330569.

HSL color Cylindrical-coordinate representation of color #8968CB: hue angle of 260º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8968CB is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 104 203 -
CMYK 0.33 0.49 0 0.20
HSL 260º 0.49% 0.6% -
HSV(B) 260º 0.49% 0.8% -
XYZ 26.05 19.53 58.9 -
YUV 125.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 137 104 203 0.33 0.49 0 0.20 260 0.49 0.6
Hex 89 68 CB 21 31 0 14 104 31 3C
Octal 211 150 313 41 61 0 24 404 61 74
Binary 10001001 1101000 11001011 100001 110001 0 10100 100000100 110001 111100

Color Harmonies of #8968CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968CB

Black with #8968CB

Text Example


Text Example

White with #8968CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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