Html Css Color HEX #9F2DEB Blue Violet

📋 copy color: '#9F2DEB'

red 159 ◦ green 45 ◦ blue 235

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

Shades of Blue Violet #9F2DEB

Tints of Blue Violet #9F2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

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

R = 36.22%
G = 10.25%
B = 53.53%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F2DEB (or 0x9F2DEB) is known color: Blue Violet. HEX triplet: 9F, 2D and EB. RGB value is (159,45,235). Sum of RGB (Red+Green+Blue) = 159+45+235=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F2DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2DEB is #60D214. Grayscale: #646464. Windows color (decimal): -6345237 or 15412639. OLE color: 15412639.

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

Color convert

RGB 159 45 235 -
CMYK 0.32 0.81 0 0.08
HSL 276º 0.83% 0.55% -
HSV(B) 276º 0.81% 0.92% -
XYZ 30.23 15.25 79.95 -
YUV 100.75 203.77 169.55 -
System Red Green Blue C M Y K H S L
Decimal 159 45 235 0.32 0.81 0 0.08 276 0.83 0.55
Hex 9F 2D EB 20 51 0 8 114 53 37
Octal 237 55 353 40 121 0 10 424 123 67
Binary 10011111 101101 11101011 100000 1010001 0 1000 100010100 1010011 110111

Color Harmonies of #9F2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2DEB

Black with #9F2DEB

Text Example


Text Example

White with #9F2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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