Html Css Color HEX #884BEB Blue Violet

📋 copy color: '#884BEB'

red 136 ◦ green 75 ◦ blue 235

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

Shades of Blue Violet #884BEB

Tints of Blue Violet #884BEB

RGB

 RED value IS 136 (53.52% from 255) = 30.49%

 GREEN value IS 75 (29.69% from 255) = 16.82%

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

R = 30.49%
G = 16.82%
B = 52.69%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#884BEB (or 0x884BEB) is known color: Blue Violet. HEX triplet: 88, 4B and EB. RGB value is (136,75,235). Sum of RGB (Red+Green+Blue) = 136+75+235=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #884BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BEB is #77B414. Grayscale: #6E6E6E. Windows color (decimal): -7844885 or 15420296. OLE color: 15420296.

HSL color Cylindrical-coordinate representation of color #884BEB: hue angle of 262.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884BEB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 75 235 -
CMYK 0.42 0.68 0 0.08
HSL 262.88º 0.8% 0.61% -
HSV(B) 262.88º 0.68% 0.92% -
XYZ 27.66 16.26 80.28 -
YUV 111.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 136 75 235 0.42 0.68 0 0.08 262.88 0.8 0.61
Hex 88 4B EB 2A 44 0 8 107 50 3D
Octal 210 113 353 52 104 0 10 407 120 75
Binary 10001000 1001011 11101011 101010 1000100 0 1000 100000111 1010000 111101

Color Harmonies of #884BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BEB

Black with #884BEB

Text Example


Text Example

White with #884BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884BEB; }

 p { color: rgb(136,75,235); }

 H1.HeaderClassName
 {
   color: #884BEB;
 }
 .AnyTagClassName
 {
   color: #884BEB;
 }
</style>

background-color css

<style>
 a { background-color: #884BEB; }

 a { background-color: rgb(136,75,235); }

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

border-color css

<style>
 span { border-color: #884BEB; }

 span { border-color: rgb(136,75,235); }

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