Html Css Color HEX #883AFF Blue Violet

📋 copy color: '#883AFF'

red 136 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #883AFF

Tints of Blue Violet #883AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 30.29%
G = 12.92%
B = 56.79%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#883AFF (or 0x883AFF) is known color: Blue Violet. HEX triplet: 88, 3A and FF. RGB value is (136,58,255). Sum of RGB (Red+Green+Blue) = 136+58+255=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #883AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AFF is #77C500. Grayscale: #676767. Windows color (decimal): -7849217 or 16726664. OLE color: 16726664.

HSL color Cylindrical-coordinate representation of color #883AFF: hue angle of 263.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #883AFF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 58 255 -
CMYK 0.47 0.77 0 0
HSL 263.76º 1% 0.61% -
HSV(B) 263.76º 0.77% 1% -
XYZ 29.72 15.48 96.03 -
YUV 103.78 213.34 150.98 -
System Red Green Blue C M Y K H S L
Decimal 136 58 255 0.47 0.77 0 0 263.76 1 0.61
Hex 88 3A FF 2F 4D 0 0 108 64 3D
Octal 210 72 377 57 115 0 0 410 144 75
Binary 10001000 111010 11111111 101111 1001101 0 0 100001000 1100100 111101

Color Harmonies of #883AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883AFF

Black with #883AFF

Text Example


Text Example

White with #883AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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