Html Css Color HEX #9F33FA Blue Violet

📋 copy color: '#9F33FA'

red 159 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #9F33FA

Tints of Blue Violet #9F33FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.09%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 34.57%
G = 11.09%
B = 54.35%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F33FA (or 0x9F33FA) is known color: Blue Violet. HEX triplet: 9F, 33 and FA. RGB value is (159,51,250). Sum of RGB (Red+Green+Blue) = 159+51+250=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F33FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F33FA is #60CC05. Grayscale: #696969. Windows color (decimal): -6343686 or 16397215. OLE color: 16397215.

HSL color Cylindrical-coordinate representation of color #9F33FA: hue angle of 272.56º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F33FA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 51 250 -
CMYK 0.36 0.80 0 0.02
HSL 272.56º 0.95% 0.59% -
HSV(B) 272.56º 0.8% 0.98% -
XYZ 32.74 16.64 91.93 -
YUV 105.98 209.28 165.82 -
System Red Green Blue C M Y K H S L
Decimal 159 51 250 0.36 0.80 0 0.02 272.56 0.95 0.59
Hex 9F 33 FA 24 50 0 2 111 5F 3B
Octal 237 63 372 44 120 0 2 421 137 73
Binary 10011111 110011 11111010 100100 1010000 0 10 100010001 1011111 111011

Color Harmonies of #9F33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F33FA

Black with #9F33FA

Text Example


Text Example

White with #9F33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,250); }

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

background-color css

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

 a { background-color: rgb(159,51,250); }

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

border-color css

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

 span { border-color: rgb(159,51,250); }

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