Html Css Color HEX #8865C1 True V

📋 copy color: '#8865C1'

red 136 ◦ green 101 ◦ blue 193

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

Shades of True V #8865C1

Tints of True V #8865C1

RGB

 RED value IS 136 (53.52% from 255) = 31.63%

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

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 31.63%
G = 23.49%
B = 44.88%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8865C1 (or 0x8865C1) is known color: True V. HEX triplet: 88, 65 and C1. RGB value is (136,101,193). Sum of RGB (Red+Green+Blue) = 136+101+193=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #8865C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865C1 is #779A3E. Grayscale: #797979. Windows color (decimal): -7838271 or 12674440. OLE color: 12674440.

HSL color Cylindrical-coordinate representation of color #8865C1: hue angle of 262.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8865C1 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 101 193 -
CMYK 0.30 0.48 0 0.24
HSL 262.83º 0.43% 0.58% -
HSV(B) 262.83º 0.48% 0.76% -
XYZ 24.43 18.39 52.71 -
YUV 121.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 136 101 193 0.30 0.48 0 0.24 262.83 0.43 0.58
Hex 88 65 C1 1E 30 0 18 107 2B 3A
Octal 210 145 301 36 60 0 30 407 53 72
Binary 10001000 1100101 11000001 11110 110000 0 11000 100000111 101011 111010

Color Harmonies of #8865C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8865C1

Black with #8865C1

Text Example


Text Example

White with #8865C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8865C1; }

 p { color: rgb(136,101,193); }

 H1.HeaderClassName
 {
   color: #8865C1;
 }
 .AnyTagClassName
 {
   color: #8865C1;
 }
</style>

background-color css

<style>
 a { background-color: #8865C1; }

 a { background-color: rgb(136,101,193); }

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

border-color css

<style>
 span { border-color: #8865C1; }

 span { border-color: rgb(136,101,193); }

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