Html Css Color HEX #9F3EEF Blue Violet

📋 copy color: '#9F3EEF'

red 159 ◦ green 62 ◦ blue 239

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

Shades of Blue Violet #9F3EEF

Tints of Blue Violet #9F3EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.48%

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 34.57%
G = 13.48%
B = 51.96%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F3EEF (or 0x9F3EEF) is known color: Blue Violet. HEX triplet: 9F, 3E and EF. RGB value is (159,62,239). Sum of RGB (Red+Green+Blue) = 159+62+239=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F3EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3EEF is #60C110. Grayscale: #6E6E6E. Windows color (decimal): -6340881 or 15679135. OLE color: 15679135.

HSL color Cylindrical-coordinate representation of color #9F3EEF: hue angle of 272.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F3EEF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 62 239 -
CMYK 0.33 0.74 0 0.06
HSL 272.88º 0.85% 0.59% -
HSV(B) 272.88º 0.74% 0.94% -
XYZ 31.6 17.05 83.29 -
YUV 111.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 159 62 239 0.33 0.74 0 0.06 272.88 0.85 0.59
Hex 9F 3E EF 21 4A 0 6 111 55 3B
Octal 237 76 357 41 112 0 6 421 125 73
Binary 10011111 111110 11101111 100001 1001010 0 110 100010001 1010101 111011

Color Harmonies of #9F3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3EEF

Black with #9F3EEF

Text Example


Text Example

White with #9F3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,239); }

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

background-color css

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

 a { background-color: rgb(159,62,239); }

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

border-color css

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

 span { border-color: rgb(159,62,239); }

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