Html Css Color HEX #8609CF Dark Violet

📋 copy color: '#8609CF'

red 134 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #8609CF

Tints of Dark Violet #8609CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 38.29%
G = 2.57%
B = 59.14%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8609CF (or 0x8609CF) is known color: Dark Violet. HEX triplet: 86, 09 and CF. RGB value is (134,9,207). Sum of RGB (Red+Green+Blue) = 134+9+207=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #8609CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609CF is #79F630. Grayscale: #444444. Windows color (decimal): -7992881 or 13568390. OLE color: 13568390.

HSL color Cylindrical-coordinate representation of color #8609CF: hue angle of 277.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8609CF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 9 207 -
CMYK 0.35 0.96 0 0.19
HSL 277.88º 0.92% 0.42% -
HSV(B) 277.88º 0.96% 0.81% -
XYZ 21.19 9.77 59.8 -
YUV 68.95 205.91 174.4 -
System Red Green Blue C M Y K H S L
Decimal 134 9 207 0.35 0.96 0 0.19 277.88 0.92 0.42
Hex 86 9 CF 23 60 0 13 116 5C 2A
Octal 206 11 317 43 140 0 23 426 134 52
Binary 10000110 1001 11001111 100011 1100000 0 10011 100010110 1011100 101010

Color Harmonies of #8609CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609CF

Black with #8609CF

Text Example


Text Example

White with #8609CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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