Html Css Color HEX #8800BE Dark Violet

📋 copy color: '#8800BE'

red 136 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8800BE

Tints of Dark Violet #8800BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 58.28%

R = 41.72%
G = 0%
B = 58.28%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8800BE (or 0x8800BE) is known color: Dark Violet. HEX triplet: 88, 00 and BE. RGB value is (136,0,190). Sum of RGB (Red+Green+Blue) = 136+0+190=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #8800BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BE is #77FF41. Grayscale: #3D3D3D. Windows color (decimal): -7864130 or 12451976. OLE color: 12451976.

HSL color Cylindrical-coordinate representation of color #8800BE: hue angle of 282.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800BE is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 0 190 -
CMYK 0.28 1 0 0.25
HSL 282.95º 1% 0.37% -
HSV(B) 282.95º 1% 0.75% -
XYZ 19.45 8.95 49.42 -
YUV 62.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 136 0 190 0.28 1 0 0.25 282.95 1 0.37
Hex 88 0 BE 1C 64 0 19 11B 64 25
Octal 210 0 276 34 144 0 31 433 144 45
Binary 10001000 0 10111110 11100 1100100 0 11001 100011011 1100100 100101

Color Harmonies of #8800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8800BE

Black with #8800BE

Text Example


Text Example

White with #8800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8800BE; }

 p { color: rgb(136,0,190); }

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

background-color css

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

 a { background-color: rgb(136,0,190); }

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

border-color css

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

 span { border-color: rgb(136,0,190); }

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