Html Css Color HEX #883AEA Blue Violet

📋 copy color: '#883AEA'

red 136 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #883AEA

Tints of Blue Violet #883AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 31.78%
G = 13.55%
B = 54.67%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#883AEA (or 0x883AEA) is known color: Blue Violet. HEX triplet: 88, 3A and EA. RGB value is (136,58,234). Sum of RGB (Red+Green+Blue) = 136+58+234=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #883AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AEA is #77C515. Grayscale: #646464. Windows color (decimal): -7849238 or 15350408. OLE color: 15350408.

HSL color Cylindrical-coordinate representation of color #883AEA: hue angle of 266.59º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883AEA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 58 234 -
CMYK 0.42 0.75 0 0.08
HSL 266.59º 0.81% 0.57% -
HSV(B) 266.59º 0.75% 0.92% -
XYZ 26.52 14.2 79.19 -
YUV 101.39 202.84 152.69 -
System Red Green Blue C M Y K H S L
Decimal 136 58 234 0.42 0.75 0 0.08 266.59 0.81 0.57
Hex 88 3A EA 2A 4B 0 8 10B 51 39
Octal 210 72 352 52 113 0 10 413 121 71
Binary 10001000 111010 11101010 101010 1001011 0 1000 100001011 1010001 111001

Color Harmonies of #883AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883AEA

Black with #883AEA

Text Example


Text Example

White with #883AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883AEA; }

 p { color: rgb(136,58,234); }

 H1.HeaderClassName
 {
   color: #883AEA;
 }
 .AnyTagClassName
 {
   color: #883AEA;
 }
</style>

background-color css

<style>
 a { background-color: #883AEA; }

 a { background-color: rgb(136,58,234); }

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

border-color css

<style>
 span { border-color: #883AEA; }

 span { border-color: rgb(136,58,234); }

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