Html Css Color HEX #8B3CEB Blue Violet

📋 copy color: '#8B3CEB'

red 139 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #8B3CEB

Tints of Blue Violet #8B3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 32.03%
G = 13.82%
B = 54.15%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B3CEB (or 0x8B3CEB) is known color: Blue Violet. HEX triplet: 8B, 3C and EB. RGB value is (139,60,235). Sum of RGB (Red+Green+Blue) = 139+60+235=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B3CEB is #74C314. Grayscale: #666666. Windows color (decimal): -7652117 or 15416459. OLE color: 15416459.

HSL color Cylindrical-coordinate representation of color #8B3CEB: hue angle of 267.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3CEB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 60 235 -
CMYK 0.41 0.74 0 0.08
HSL 267.09º 0.81% 0.58% -
HSV(B) 267.09º 0.74% 0.92% -
XYZ 27.26 14.72 80 -
YUV 103.57 202.17 153.27 -
System Red Green Blue C M Y K H S L
Decimal 139 60 235 0.41 0.74 0 0.08 267.09 0.81 0.58
Hex 8B 3C EB 29 4A 0 8 10B 51 3A
Octal 213 74 353 51 112 0 10 413 121 72
Binary 10001011 111100 11101011 101001 1001010 0 1000 100001011 1010001 111010

Color Harmonies of #8B3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3CEB

Black with #8B3CEB

Text Example


Text Example

White with #8B3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,60,235); }

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

background-color css

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

 a { background-color: rgb(139,60,235); }

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

border-color css

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

 span { border-color: rgb(139,60,235); }

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