Html Css Color HEX #9F3BEE Blue Violet

📋 copy color: '#9F3BEE'

red 159 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #9F3BEE

Tints of Blue Violet #9F3BEE

RGB

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

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

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

R = 34.87%
G = 12.94%
B = 52.19%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F3BEE (or 0x9F3BEE) is known color: Blue Violet. HEX triplet: 9F, 3B and EE. RGB value is (159,59,238). Sum of RGB (Red+Green+Blue) = 159+59+238=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F3BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3BEE is #60C411. Grayscale: #6C6C6C. Windows color (decimal): -6341650 or 15612831. OLE color: 15612831.

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

Color convert

RGB 159 59 238 -
CMYK 0.33 0.75 0 0.07
HSL 273.52º 0.84% 0.58% -
HSV(B) 273.52º 0.75% 0.93% -
XYZ 31.29 16.67 82.46 -
YUV 109.31 200.63 163.45 -
System Red Green Blue C M Y K H S L
Decimal 159 59 238 0.33 0.75 0 0.07 273.52 0.84 0.58
Hex 9F 3B EE 21 4B 0 7 112 54 3A
Octal 237 73 356 41 113 0 7 422 124 72
Binary 10011111 111011 11101110 100001 1001011 0 111 100010010 1010100 111010

Color Harmonies of #9F3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BEE

Black with #9F3BEE

Text Example


Text Example

White with #9F3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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