Html Css Color HEX #9F00E6 Dark Violet

📋 copy color: '#9F00E6'

red 159 ◦ green 0 ◦ blue 230

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

Shades of Dark Violet #9F00E6

Tints of Dark Violet #9F00E6

RGB

 RED value IS 159 (62.5% from 255) = 40.87%

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

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 40.87%
G = 0%
B = 59.13%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F00E6 (or 0x9F00E6) is known color: Dark Violet. HEX triplet: 9F, 00 and E6. RGB value is (159,0,230). Sum of RGB (Red+Green+Blue) = 159+0+230=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F00E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F00E6 is #60FF19. Grayscale: #494949. Windows color (decimal): -6356762 or 15073439. OLE color: 15073439.

HSL color Cylindrical-coordinate representation of color #9F00E6: hue angle of 281.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00E6 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 0 230 -
CMYK 0.31 1 0 0.10
HSL 281.48º 1% 0.45% -
HSV(B) 281.48º 1% 0.9% -
XYZ 28.58 13.08 75.88 -
YUV 73.76 216.18 188.8 -
System Red Green Blue C M Y K H S L
Decimal 159 0 230 0.31 1 0 0.10 281.48 1 0.45
Hex 9F 0 E6 1F 64 0 A 119 64 2D
Octal 237 0 346 37 144 0 12 431 144 55
Binary 10011111 0 11100110 11111 1100100 0 1010 100011001 1100100 101101

Color Harmonies of #9F00E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F00E6

Black with #9F00E6

Text Example


Text Example

White with #9F00E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F00E6; }

 p { color: rgb(159,0,230); }

 H1.HeaderClassName
 {
   color: #9F00E6;
 }
 .AnyTagClassName
 {
   color: #9F00E6;
 }
</style>

background-color css

<style>
 a { background-color: #9F00E6; }

 a { background-color: rgb(159,0,230); }

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

border-color css

<style>
 span { border-color: #9F00E6; }

 span { border-color: rgb(159,0,230); }

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