Html Css Color HEX #8B42E9 Blue Violet

📋 copy color: '#8B42E9'

red 139 ◦ green 66 ◦ blue 233

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

Shades of Blue Violet #8B42E9

Tints of Blue Violet #8B42E9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 233 (91.41% from 255) = 53.2%

R = 31.74%
G = 15.07%
B = 53.2%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8B42E9 (or 0x8B42E9) is known color: Blue Violet. HEX triplet: 8B, 42 and E9. RGB value is (139,66,233). Sum of RGB (Red+Green+Blue) = 139+66+233=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #8B42E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B42E9 is #74BD16. Grayscale: #6A6A6A. Windows color (decimal): -7650583 or 15286923. OLE color: 15286923.

HSL color Cylindrical-coordinate representation of color #8B42E9: hue angle of 266.23º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B42E9 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 66 233 -
CMYK 0.40 0.72 0 0.09
HSL 266.23º 0.79% 0.59% -
HSV(B) 266.23º 0.72% 0.91% -
XYZ 27.3 15.27 78.6 -
YUV 106.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 139 66 233 0.40 0.72 0 0.09 266.23 0.79 0.59
Hex 8B 42 E9 28 48 0 9 10A 4F 3B
Octal 213 102 351 50 110 0 11 412 117 73
Binary 10001011 1000010 11101001 101000 1001000 0 1001 100001010 1001111 111011

Color Harmonies of #8B42E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B42E9

Black with #8B42E9

Text Example


Text Example

White with #8B42E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,66,233); }

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

background-color css

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

 a { background-color: rgb(139,66,233); }

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

border-color css

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

 span { border-color: rgb(139,66,233); }

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