Html Css Color HEX #8B5FBE Lilac Bush

📋 copy color: '#8B5FBE'

red 139 ◦ green 95 ◦ blue 190

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

Shades of Lilac Bush #8B5FBE

Tints of Lilac Bush #8B5FBE

RGB

 RED value IS 139 (54.69% from 255) = 32.78%

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 32.78%
G = 22.41%
B = 44.81%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B5FBE (or 0x8B5FBE) is known color: Lilac Bush. HEX triplet: 8B, 5F and BE. RGB value is (139,95,190). Sum of RGB (Red+Green+Blue) = 139+95+190=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FBE is #74A041. Grayscale: #767676. Windows color (decimal): -7643202 or 12476299. OLE color: 12476299.

HSL color Cylindrical-coordinate representation of color #8B5FBE: hue angle of 267.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5FBE is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 95 190 -
CMYK 0.27 0.5 0 0.25
HSL 267.79º 0.42% 0.56% -
HSV(B) 267.79º 0.5% 0.75% -
XYZ 24.03 17.39 50.81 -
YUV 118.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 139 95 190 0.27 0.5 0 0.25 267.79 0.42 0.56
Hex 8B 5F BE 1B 32 0 19 10C 2A 38
Octal 213 137 276 33 62 0 31 414 52 70
Binary 10001011 1011111 10111110 11011 110010 0 11001 100001100 101010 111000

Color Harmonies of #8B5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5FBE

Black with #8B5FBE

Text Example


Text Example

White with #8B5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5FBE; }

 p { color: rgb(139,95,190); }

 H1.HeaderClassName
 {
   color: #8B5FBE;
 }
 .AnyTagClassName
 {
   color: #8B5FBE;
 }
</style>

background-color css

<style>
 a { background-color: #8B5FBE; }

 a { background-color: rgb(139,95,190); }

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

border-color css

<style>
 span { border-color: #8B5FBE; }

 span { border-color: rgb(139,95,190); }

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