Html Css Color HEX #9F2EEB Blue Violet

📋 copy color: '#9F2EEB'

red 159 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #9F2EEB

Tints of Blue Violet #9F2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

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

R = 36.14%
G = 10.45%
B = 53.41%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F2EEB (or 0x9F2EEB) is known color: Blue Violet. HEX triplet: 9F, 2E and EB. RGB value is (159,46,235). Sum of RGB (Red+Green+Blue) = 159+46+235=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2EEB is #60D114. Grayscale: #646464. Windows color (decimal): -6344981 or 15412895. OLE color: 15412895.

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

Color convert

RGB 159 46 235 -
CMYK 0.32 0.80 0 0.08
HSL 275.87º 0.83% 0.55% -
HSV(B) 275.87º 0.8% 0.92% -
XYZ 30.27 15.32 79.96 -
YUV 101.33 203.44 169.13 -
System Red Green Blue C M Y K H S L
Decimal 159 46 235 0.32 0.80 0 0.08 275.87 0.83 0.55
Hex 9F 2E EB 20 50 0 8 114 53 37
Octal 237 56 353 40 120 0 10 424 123 67
Binary 10011111 101110 11101011 100000 1010000 0 1000 100010100 1010011 110111

Color Harmonies of #9F2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2EEB

Black with #9F2EEB

Text Example


Text Example

White with #9F2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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