Html Css Color HEX #884CEB Blue Violet

📋 copy color: '#884CEB'

red 136 ◦ green 76 ◦ blue 235

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

Shades of Blue Violet #884CEB

Tints of Blue Violet #884CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

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

R = 30.43%
G = 17%
B = 52.57%

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

#884CEB (or 0x884CEB) is known color: Blue Violet. HEX triplet: 88, 4C and EB. RGB value is (136,76,235). Sum of RGB (Red+Green+Blue) = 136+76+235=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #884CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884CEB is #77B314. Grayscale: #6F6F6F. Windows color (decimal): -7844629 or 15420552. OLE color: 15420552.

HSL color Cylindrical-coordinate representation of color #884CEB: hue angle of 262.64º 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 #884CEB is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 76 235 -
CMYK 0.42 0.68 0 0.08
HSL 262.64º 0.8% 0.61% -
HSV(B) 262.64º 0.68% 0.92% -
XYZ 27.73 16.4 80.3 -
YUV 112.07 197.38 145.07 -
System Red Green Blue C M Y K H S L
Decimal 136 76 235 0.42 0.68 0 0.08 262.64 0.8 0.61
Hex 88 4C EB 2A 44 0 8 107 50 3D
Octal 210 114 353 52 104 0 10 407 120 75
Binary 10001000 1001100 11101011 101010 1000100 0 1000 100000111 1010000 111101

Color Harmonies of #884CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CEB

Black with #884CEB

Text Example


Text Example

White with #884CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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