Html Css Color HEX #8B00EE Dark Violet

📋 copy color: '#8B00EE'

red 139 ◦ green 0 ◦ blue 238

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

Shades of Dark Violet #8B00EE

Tints of Dark Violet #8B00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 36.87%
G = 0%
B = 63.13%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B00EE (or 0x8B00EE) is known color: Dark Violet. HEX triplet: 8B, 00 and EE. RGB value is (139,0,238). Sum of RGB (Red+Green+Blue) = 139+0+238=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B00EE is #74FF11. Grayscale: #434343. Windows color (decimal): -7667474 or 15597707. OLE color: 15597707.

HSL color Cylindrical-coordinate representation of color #8B00EE: hue angle of 275.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00EE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 0 238 -
CMYK 0.42 1 0 0.07
HSL 275.04º 1% 0.47% -
HSV(B) 275.04º 1% 0.93% -
XYZ 26.08 11.66 81.77 -
YUV 68.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 139 0 238 0.42 1 0 0.07 275.04 1 0.47
Hex 8B 0 EE 2A 64 0 7 113 64 2F
Octal 213 0 356 52 144 0 7 423 144 57
Binary 10001011 0 11101110 101010 1100100 0 111 100010011 1100100 101111

Color Harmonies of #8B00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B00EE

Black with #8B00EE

Text Example


Text Example

White with #8B00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,0,238); }

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

background-color css

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

 a { background-color: rgb(139,0,238); }

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

border-color css

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

 span { border-color: rgb(139,0,238); }

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