Html Css Color HEX #9F30EF Blue Violet

📋 copy color: '#9F30EF'

red 159 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #9F30EF

Tints of Blue Violet #9F30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.76%

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

R = 35.65%
G = 10.76%
B = 53.59%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F30EF (or 0x9F30EF) is known color: Blue Violet. HEX triplet: 9F, 30 and EF. RGB value is (159,48,239). Sum of RGB (Red+Green+Blue) = 159+48+239=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F30EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F30EF is #60CF10. Grayscale: #666666. Windows color (decimal): -6344465 or 15675551. OLE color: 15675551.

HSL color Cylindrical-coordinate representation of color #9F30EF: hue angle of 274.87º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F30EF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 48 239 -
CMYK 0.33 0.80 0 0.06
HSL 274.87º 0.86% 0.56% -
HSV(B) 274.87º 0.8% 0.94% -
XYZ 30.94 15.72 83.06 -
YUV 102.96 204.77 167.97 -
System Red Green Blue C M Y K H S L
Decimal 159 48 239 0.33 0.80 0 0.06 274.87 0.86 0.56
Hex 9F 30 EF 21 50 0 6 113 56 38
Octal 237 60 357 41 120 0 6 423 126 70
Binary 10011111 110000 11101111 100001 1010000 0 110 100010011 1010110 111000

Color Harmonies of #9F30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F30EF

Black with #9F30EF

Text Example


Text Example

White with #9F30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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