Html Css Color HEX #8965C9 True V

📋 copy color: '#8965C9'

red 137 ◦ green 101 ◦ blue 201

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

Shades of True V #8965C9

Tints of True V #8965C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 31.21%
G = 23.01%
B = 45.79%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8965C9 (or 0x8965C9) is known color: True V. HEX triplet: 89, 65 and C9. RGB value is (137,101,201). Sum of RGB (Red+Green+Blue) = 137+101+201=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #8965C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965C9 is #769A36. Grayscale: #7A7A7A. Windows color (decimal): -7772727 or 13198729. OLE color: 13198729.

HSL color Cylindrical-coordinate representation of color #8965C9: hue angle of 261.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8965C9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 101 201 -
CMYK 0.32 0.50 0 0.21
HSL 261.6º 0.48% 0.59% -
HSV(B) 261.6º 0.5% 0.79% -
XYZ 25.51 18.84 57.55 -
YUV 123.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 137 101 201 0.32 0.50 0 0.21 261.6 0.48 0.59
Hex 89 65 C9 20 32 0 15 106 30 3B
Octal 211 145 311 40 62 0 25 406 60 73
Binary 10001001 1100101 11001001 100000 110010 0 10101 100000110 110000 111011

Color Harmonies of #8965C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965C9

Black with #8965C9

Text Example


Text Example

White with #8965C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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