Html Css Color HEX #8209BE Dark Violet

📋 copy color: '#8209BE'

red 130 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #8209BE

Tints of Dark Violet #8209BE

RGB

 RED value IS 130 (51.17% from 255) = 39.51%

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 39.51%
G = 2.74%
B = 57.75%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8209BE (or 0x8209BE) is known color: Dark Violet. HEX triplet: 82, 09 and BE. RGB value is (130,9,190). Sum of RGB (Red+Green+Blue) = 130+9+190=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #8209BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8209BE is #7DF641. Grayscale: #414141. Windows color (decimal): -8255042 or 12454274. OLE color: 12454274.

HSL color Cylindrical-coordinate representation of color #8209BE: hue angle of 280.11º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8209BE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 9 190 -
CMYK 0.32 0.95 0 0.25
HSL 280.11º 0.91% 0.39% -
HSV(B) 280.11º 0.95% 0.75% -
XYZ 18.6 8.66 49.41 -
YUV 65.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 130 9 190 0.32 0.95 0 0.25 280.11 0.91 0.39
Hex 82 9 BE 20 5F 0 19 118 5B 27
Octal 202 11 276 40 137 0 31 430 133 47
Binary 10000010 1001 10111110 100000 1011111 0 11001 100011000 1011011 100111

Color Harmonies of #8209BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8209BE

Black with #8209BE

Text Example


Text Example

White with #8209BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,9,190); }

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

background-color css

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

 a { background-color: rgb(130,9,190); }

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

border-color css

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

 span { border-color: rgb(130,9,190); }

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