Html Css Color HEX #883FAA Vivid Violet

📋 copy color: '#883FAA'

red 136 ◦ green 63 ◦ blue 170

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

Shades of Vivid Violet #883FAA

Tints of Vivid Violet #883FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 36.86%
G = 17.07%
B = 46.07%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#883FAA (or 0x883FAA) is known color: Vivid Violet. HEX triplet: 88, 3F and AA. RGB value is (136,63,170). Sum of RGB (Red+Green+Blue) = 136+63+170=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #883FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883FAA is #77C055. Grayscale: #606060. Windows color (decimal): -7848022 or 11157384. OLE color: 11157384.

HSL color Cylindrical-coordinate representation of color #883FAA: hue angle of 280.93º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883FAA is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 63 170 -
CMYK 0.20 0.63 0 0.33
HSL 280.93º 0.46% 0.46% -
HSV(B) 280.93º 0.63% 0.67% -
XYZ 19.19 11.69 39.28 -
YUV 97.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 136 63 170 0.20 0.63 0 0.33 280.93 0.46 0.46
Hex 88 3F AA 14 3F 0 21 119 2E 2E
Octal 210 77 252 24 77 0 41 431 56 56
Binary 10001000 111111 10101010 10100 111111 0 100001 100011001 101110 101110

Color Harmonies of #883FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FAA

Black with #883FAA

Text Example


Text Example

White with #883FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,63,170); }

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

background-color css

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

 a { background-color: rgb(136,63,170); }

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

border-color css

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

 span { border-color: rgb(136,63,170); }

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