Html Css Color HEX #9F2BEE Blue Violet

📋 copy color: '#9F2BEE'

red 159 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #9F2BEE

Tints of Blue Violet #9F2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.77%

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 36.14%
G = 9.77%
B = 54.09%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F2BEE (or 0x9F2BEE) is known color: Blue Violet. HEX triplet: 9F, 2B and EE. RGB value is (159,43,238). Sum of RGB (Red+Green+Blue) = 159+43+238=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2BEE is #60D411. Grayscale: #636363. Windows color (decimal): -6345746 or 15608735. OLE color: 15608735.

HSL color Cylindrical-coordinate representation of color #9F2BEE: hue angle of 275.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F2BEE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 43 238 -
CMYK 0.33 0.82 0 0.07
HSL 275.69º 0.85% 0.55% -
HSV(B) 275.69º 0.82% 0.93% -
XYZ 30.59 15.27 82.22 -
YUV 99.91 205.93 170.14 -
System Red Green Blue C M Y K H S L
Decimal 159 43 238 0.33 0.82 0 0.07 275.69 0.85 0.55
Hex 9F 2B EE 21 52 0 7 114 55 37
Octal 237 53 356 41 122 0 7 424 125 67
Binary 10011111 101011 11101110 100001 1010010 0 111 100010100 1010101 110111

Color Harmonies of #9F2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2BEE

Black with #9F2BEE

Text Example


Text Example

White with #9F2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,238); }

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

background-color css

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

 a { background-color: rgb(159,43,238); }

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

border-color css

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

 span { border-color: rgb(159,43,238); }

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