Html Css Color HEX #9F1EEB Blue Violet

📋 copy color: '#9F1EEB'

red 159 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #9F1EEB

Tints of Blue Violet #9F1EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.08%

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

R = 37.5%
G = 7.08%
B = 55.42%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F1EEB (or 0x9F1EEB) is known color: Blue Violet. HEX triplet: 9F, 1E and EB. RGB value is (159,30,235). Sum of RGB (Red+Green+Blue) = 159+30+235=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F1EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1EEB is #60E114. Grayscale: #5B5B5B. Windows color (decimal): -6349077 or 15408799. OLE color: 15408799.

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

Color convert

RGB 159 30 235 -
CMYK 0.32 0.87 0 0.08
HSL 277.76º 0.84% 0.52% -
HSV(B) 277.76º 0.87% 0.92% -
XYZ 29.76 14.3 79.79 -
YUV 91.94 208.74 175.83 -
System Red Green Blue C M Y K H S L
Decimal 159 30 235 0.32 0.87 0 0.08 277.76 0.84 0.52
Hex 9F 1E EB 20 57 0 8 116 54 34
Octal 237 36 353 40 127 0 10 426 124 64
Binary 10011111 11110 11101011 100000 1010111 0 1000 100010110 1010100 110100

Color Harmonies of #9F1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1EEB

Black with #9F1EEB

Text Example


Text Example

White with #9F1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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