Html Css Color HEX #883097 Vivid Violet

📋 copy color: '#883097'

red 136 ◦ green 48 ◦ blue 151

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

Shades of Vivid Violet #883097

Tints of Vivid Violet #883097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 40.6%
G = 14.33%
B = 45.07%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#883097 (or 0x883097) is known color: Vivid Violet. HEX triplet: 88, 30 and 97. RGB value is (136,48,151). Sum of RGB (Red+Green+Blue) = 136+48+151=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #883097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883097 is #77CF68. Grayscale: #555555. Windows color (decimal): -7851881 or 9908360. OLE color: 9908360.

HSL color Cylindrical-coordinate representation of color #883097: hue angle of 291.26º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883097 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 48 151 -
CMYK 0.10 0.68 0 0.41
HSL 291.26º 0.52% 0.39% -
HSV(B) 291.26º 0.68% 0.59% -
XYZ 16.8 9.58 30.24 -
YUV 86.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 136 48 151 0.10 0.68 0 0.41 291.26 0.52 0.39
Hex 88 30 97 A 44 0 29 123 34 27
Octal 210 60 227 12 104 0 51 443 64 47
Binary 10001000 110000 10010111 1010 1000100 0 101001 100100011 110100 100111

Color Harmonies of #883097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883097

Black with #883097

Text Example


Text Example

White with #883097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883097; }

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

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

background-color css

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

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

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

border-color css

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

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

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