Html Css Color HEX #9F3BEB Blue Violet

📋 copy color: '#9F3BEB'

red 159 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #9F3BEB

Tints of Blue Violet #9F3BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.02%

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

R = 35.1%
G = 13.02%
B = 51.88%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F3BEB (or 0x9F3BEB) is known color: Blue Violet. HEX triplet: 9F, 3B and EB. RGB value is (159,59,235). Sum of RGB (Red+Green+Blue) = 159+59+235=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F3BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3BEB is #60C414. Grayscale: #6C6C6C. Windows color (decimal): -6341653 or 15416223. OLE color: 15416223.

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

Color convert

RGB 159 59 235 -
CMYK 0.32 0.75 0 0.08
HSL 274.09º 0.81% 0.58% -
HSV(B) 274.09º 0.75% 0.92% -
XYZ 30.86 16.5 80.16 -
YUV 108.96 199.13 163.69 -
System Red Green Blue C M Y K H S L
Decimal 159 59 235 0.32 0.75 0 0.08 274.09 0.81 0.58
Hex 9F 3B EB 20 4B 0 8 112 51 3A
Octal 237 73 353 40 113 0 10 422 121 72
Binary 10011111 111011 11101011 100000 1001011 0 1000 100010010 1010001 111010

Color Harmonies of #9F3BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BEB

Black with #9F3BEB

Text Example


Text Example

White with #9F3BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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