Html Css Color HEX #883090 Vivid Violet

📋 copy color: '#883090'

red 136 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #883090

Tints of Vivid Violet #883090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 41.46%
G = 14.63%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#883090 (or 0x883090) is known color: Vivid Violet. HEX triplet: 88, 30 and 90. RGB value is (136,48,144). Sum of RGB (Red+Green+Blue) = 136+48+144=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #883090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883090 is #77CF6F. Grayscale: #545454. Windows color (decimal): -7851888 or 9449608. OLE color: 9449608.

HSL color Cylindrical-coordinate representation of color #883090: hue angle of 295º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883090 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 48 144 -
CMYK 0.06 0.67 0 0.44
HSL 295º 0.5% 0.38% -
HSV(B) 295º 0.67% 0.56% -
XYZ 16.24 9.36 27.34 -
YUV 85.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 136 48 144 0.06 0.67 0 0.44 295 0.5 0.38
Hex 88 30 90 6 43 0 2C 127 32 26
Octal 210 60 220 6 103 0 54 447 62 46
Binary 10001000 110000 10010000 110 1000011 0 101100 100100111 110010 100110

Color Harmonies of #883090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883090

Black with #883090

Text Example


Text Example

White with #883090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883090; }

 p { color: rgb(136,48,144); }

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

background-color css

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

 a { background-color: rgb(136,48,144); }

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

border-color css

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

 span { border-color: rgb(136,48,144); }

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