Html Css Color HEX #8965CB True V

📋 copy color: '#8965CB'

red 137 ◦ green 101 ◦ blue 203

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

Shades of True V #8965CB

Tints of True V #8965CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 31.07%
G = 22.9%
B = 46.03%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8965CB (or 0x8965CB) is known color: True V. HEX triplet: 89, 65 and CB. RGB value is (137,101,203). Sum of RGB (Red+Green+Blue) = 137+101+203=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8965CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965CB is #769A34. Grayscale: #7B7B7B. Windows color (decimal): -7772725 or 13329801. OLE color: 13329801.

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

Color convert

RGB 137 101 203 -
CMYK 0.33 0.50 0 0.20
HSL 261.18º 0.5% 0.6% -
HSV(B) 261.18º 0.5% 0.8% -
XYZ 25.75 18.94 58.8 -
YUV 123.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 137 101 203 0.33 0.50 0 0.20 261.18 0.5 0.6
Hex 89 65 CB 21 32 0 14 105 32 3C
Octal 211 145 313 41 62 0 24 405 62 74
Binary 10001001 1100101 11001011 100001 110010 0 10100 100000101 110010 111100

Color Harmonies of #8965CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965CB

Black with #8965CB

Text Example


Text Example

White with #8965CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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