Html Css Color HEX #9F38EF Blue Violet

📋 copy color: '#9F38EF'

red 159 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #9F38EF

Tints of Blue Violet #9F38EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 35.02%
G = 12.33%
B = 52.64%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F38EF (or 0x9F38EF) is known color: Blue Violet. HEX triplet: 9F, 38 and EF. RGB value is (159,56,239). Sum of RGB (Red+Green+Blue) = 159+56+239=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F38EF is #60C710. Grayscale: #6B6B6B. Windows color (decimal): -6342417 or 15677599. OLE color: 15677599.

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

Color convert

RGB 159 56 239 -
CMYK 0.33 0.77 0 0.06
HSL 273.77º 0.85% 0.58% -
HSV(B) 273.77º 0.77% 0.94% -
XYZ 31.29 16.43 83.18 -
YUV 107.66 202.12 164.62 -
System Red Green Blue C M Y K H S L
Decimal 159 56 239 0.33 0.77 0 0.06 273.77 0.85 0.58
Hex 9F 38 EF 21 4D 0 6 112 55 3A
Octal 237 70 357 41 115 0 6 422 125 72
Binary 10011111 111000 11101111 100001 1001101 0 110 100010010 1010101 111010

Color Harmonies of #9F38EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F38EF

Black with #9F38EF

Text Example


Text Example

White with #9F38EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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