Html Css Color HEX #9F48ED Blue Violet

📋 copy color: '#9F48ED'

red 159 ◦ green 72 ◦ blue 237

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

Shades of Blue Violet #9F48ED

Tints of Blue Violet #9F48ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 33.97%
G = 15.38%
B = 50.64%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F48ED (or 0x9F48ED) is known color: Blue Violet. HEX triplet: 9F, 48 and ED. RGB value is (159,72,237). Sum of RGB (Red+Green+Blue) = 159+72+237=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F48ED is #60B712. Grayscale: #747474. Windows color (decimal): -6338323 or 15550623. OLE color: 15550623.

HSL color Cylindrical-coordinate representation of color #9F48ED: hue angle of 271.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F48ED is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 72 237 -
CMYK 0.33 0.70 0 0.07
HSL 271.64º 0.82% 0.61% -
HSV(B) 271.64º 0.7% 0.93% -
XYZ 31.9 18.12 81.94 -
YUV 116.82 195.82 158.08 -
System Red Green Blue C M Y K H S L
Decimal 159 72 237 0.33 0.70 0 0.07 271.64 0.82 0.61
Hex 9F 48 ED 21 46 0 7 110 52 3D
Octal 237 110 355 41 106 0 7 420 122 75
Binary 10011111 1001000 11101101 100001 1000110 0 111 100010000 1010010 111101

Color Harmonies of #9F48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F48ED

Black with #9F48ED

Text Example


Text Example

White with #9F48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,237); }

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

background-color css

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

 a { background-color: rgb(159,72,237); }

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

border-color css

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

 span { border-color: rgb(159,72,237); }

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