Html Css Color HEX #9F00EB Dark Violet

📋 copy color: '#9F00EB'

red 159 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #9F00EB

Tints of Dark Violet #9F00EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 40.36%
G = 0%
B = 59.64%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F00EB (or 0x9F00EB) is known color: Dark Violet. HEX triplet: 9F, 00 and EB. RGB value is (159,0,235). Sum of RGB (Red+Green+Blue) = 159+0+235=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F00EB is #60FF14. Grayscale: #494949. Windows color (decimal): -6356757 or 15401119. OLE color: 15401119.

HSL color Cylindrical-coordinate representation of color #9F00EB: hue angle of 280.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00EB is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 0 235 -
CMYK 0.32 1 0 0.08
HSL 280.6º 1% 0.46% -
HSV(B) 280.6º 1% 0.92% -
XYZ 29.29 13.37 79.63 -
YUV 74.33 218.68 188.39 -
System Red Green Blue C M Y K H S L
Decimal 159 0 235 0.32 1 0 0.08 280.6 1 0.46
Hex 9F 0 EB 20 64 0 8 119 64 2E
Octal 237 0 353 40 144 0 10 431 144 56
Binary 10011111 0 11101011 100000 1100100 0 1000 100011001 1100100 101110

Color Harmonies of #9F00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F00EB

Black with #9F00EB

Text Example


Text Example

White with #9F00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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