Html Css Color HEX #8509CF Dark Violet

📋 copy color: '#8509CF'

red 133 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #8509CF

Tints of Dark Violet #8509CF

RGB

 RED value IS 133 (52.34% from 255) = 38.11%

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

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

R = 38.11%
G = 2.58%
B = 59.31%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8509CF (or 0x8509CF) is known color: Dark Violet. HEX triplet: 85, 09 and CF. RGB value is (133,9,207). Sum of RGB (Red+Green+Blue) = 133+9+207=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #8509CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509CF is #7AF630. Grayscale: #434343. Windows color (decimal): -8058417 or 13568389. OLE color: 13568389.

HSL color Cylindrical-coordinate representation of color #8509CF: hue angle of 277.58º 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 #8509CF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 9 207 -
CMYK 0.36 0.96 0 0.19
HSL 277.58º 0.92% 0.42% -
HSV(B) 277.58º 0.96% 0.81% -
XYZ 21.03 9.69 59.79 -
YUV 68.65 206.08 173.9 -
System Red Green Blue C M Y K H S L
Decimal 133 9 207 0.36 0.96 0 0.19 277.58 0.92 0.42
Hex 85 9 CF 24 60 0 13 116 5C 2A
Octal 205 11 317 44 140 0 23 426 134 52
Binary 10000101 1001 11001111 100100 1100000 0 10011 100010110 1011100 101010

Color Harmonies of #8509CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509CF

Black with #8509CF

Text Example


Text Example

White with #8509CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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