Html Css Color HEX #9F46EF Blue Violet

📋 copy color: '#9F46EF'

red 159 ◦ green 70 ◦ blue 239

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

Shades of Blue Violet #9F46EF

Tints of Blue Violet #9F46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.96%

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

R = 33.97%
G = 14.96%
B = 51.07%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F46EF (or 0x9F46EF) is known color: Blue Violet. HEX triplet: 9F, 46 and EF. RGB value is (159,70,239). Sum of RGB (Red+Green+Blue) = 159+70+239=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F46EF is #60B910. Grayscale: #737373. Windows color (decimal): -6338833 or 15681183. OLE color: 15681183.

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

Color convert

RGB 159 70 239 -
CMYK 0.33 0.71 0 0.06
HSL 271.6º 0.84% 0.61% -
HSV(B) 271.6º 0.71% 0.94% -
XYZ 32.07 17.98 83.44 -
YUV 115.88 197.49 158.76 -
System Red Green Blue C M Y K H S L
Decimal 159 70 239 0.33 0.71 0 0.06 271.6 0.84 0.61
Hex 9F 46 EF 21 47 0 6 110 54 3D
Octal 237 106 357 41 107 0 6 420 124 75
Binary 10011111 1000110 11101111 100001 1000111 0 110 100010000 1010100 111101

Color Harmonies of #9F46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F46EF

Black with #9F46EF

Text Example


Text Example

White with #9F46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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