Html Css Color HEX #8609BC Dark Violet

📋 copy color: '#8609BC'

red 134 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #8609BC

Tints of Dark Violet #8609BC

RGB

 RED value IS 134 (52.73% from 255) = 40.48%

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 40.48%
G = 2.72%
B = 56.8%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8609BC (or 0x8609BC) is known color: Dark Violet. HEX triplet: 86, 09 and BC. RGB value is (134,9,188). Sum of RGB (Red+Green+Blue) = 134+9+188=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #8609BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609BC is #79F643. Grayscale: #424242. Windows color (decimal): -7992900 or 12323206. OLE color: 12323206.

HSL color Cylindrical-coordinate representation of color #8609BC: hue angle of 281.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8609BC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 9 188 -
CMYK 0.29 0.95 0 0.26
HSL 281.9º 0.91% 0.39% -
HSV(B) 281.9º 0.95% 0.74% -
XYZ 19.01 8.89 48.29 -
YUV 66.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 134 9 188 0.29 0.95 0 0.26 281.9 0.91 0.39
Hex 86 9 BC 1D 5F 0 1A 11A 5B 27
Octal 206 11 274 35 137 0 32 432 133 47
Binary 10000110 1001 10111100 11101 1011111 0 11010 100011010 1011011 100111

Color Harmonies of #8609BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609BC

Black with #8609BC

Text Example


Text Example

White with #8609BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8609BC; }

 p { color: rgb(134,9,188); }

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

background-color css

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

 a { background-color: rgb(134,9,188); }

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

border-color css

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

 span { border-color: rgb(134,9,188); }

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