Html Css Color HEX #8B4DED Blue Violet

📋 copy color: '#8B4DED'

red 139 ◦ green 77 ◦ blue 237

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

Shades of Blue Violet #8B4DED

Tints of Blue Violet #8B4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17%

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 30.68%
G = 17%
B = 52.32%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B4DED (or 0x8B4DED) is known color: Blue Violet. HEX triplet: 8B, 4D and ED. RGB value is (139,77,237). Sum of RGB (Red+Green+Blue) = 139+77+237=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DED is #74B212. Grayscale: #717171. Windows color (decimal): -7647763 or 15551883. OLE color: 15551883.

HSL color Cylindrical-coordinate representation of color #8B4DED: hue angle of 263.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B4DED is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 77 237 -
CMYK 0.41 0.68 0 0.07
HSL 263.25º 0.82% 0.62% -
HSV(B) 263.25º 0.68% 0.93% -
XYZ 28.59 16.91 81.88 -
YUV 113.78 197.54 145.99 -
System Red Green Blue C M Y K H S L
Decimal 139 77 237 0.41 0.68 0 0.07 263.25 0.82 0.62
Hex 8B 4D ED 29 44 0 7 107 52 3E
Octal 213 115 355 51 104 0 7 407 122 76
Binary 10001011 1001101 11101101 101001 1000100 0 111 100000111 1010010 111110

Color Harmonies of #8B4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DED

Black with #8B4DED

Text Example


Text Example

White with #8B4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,237); }

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

background-color css

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

 a { background-color: rgb(139,77,237); }

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

border-color css

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

 span { border-color: rgb(139,77,237); }

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