Html Css Color HEX #9F43FA Blue Violet

📋 copy color: '#9F43FA'

red 159 ◦ green 67 ◦ blue 250

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

Shades of Blue Violet #9F43FA

Tints of Blue Violet #9F43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.08%

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

R = 33.4%
G = 14.08%
B = 52.52%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F43FA (or 0x9F43FA) is known color: Blue Violet. HEX triplet: 9F, 43 and FA. RGB value is (159,67,250). Sum of RGB (Red+Green+Blue) = 159+67+250=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F43FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F43FA is #60BC05. Grayscale: #727272. Windows color (decimal): -6339590 or 16401311. OLE color: 16401311.

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

Color convert

RGB 159 67 250 -
CMYK 0.36 0.73 0 0.02
HSL 270.16º 0.95% 0.62% -
HSV(B) 270.16º 0.73% 0.98% -
XYZ 33.56 18.29 92.2 -
YUV 115.37 203.98 159.12 -
System Red Green Blue C M Y K H S L
Decimal 159 67 250 0.36 0.73 0 0.02 270.16 0.95 0.62
Hex 9F 43 FA 24 49 0 2 10E 5F 3E
Octal 237 103 372 44 111 0 2 416 137 76
Binary 10011111 1000011 11111010 100100 1001001 0 10 100001110 1011111 111110

Color Harmonies of #9F43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F43FA

Black with #9F43FA

Text Example


Text Example

White with #9F43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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