Html Css Color HEX #9F42FB Blue Violet

📋 copy color: '#9F42FB'

red 159 ◦ green 66 ◦ blue 251

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

Shades of Blue Violet #9F42FB

Tints of Blue Violet #9F42FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.87%

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 33.4%
G = 13.87%
B = 52.73%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F42FB (or 0x9F42FB) is known color: Blue Violet. HEX triplet: 9F, 42 and FB. RGB value is (159,66,251). Sum of RGB (Red+Green+Blue) = 159+66+251=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F42FB is #60BD04. Grayscale: #727272. Windows color (decimal): -6339845 or 16466591. OLE color: 16466591.

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

Color convert

RGB 159 66 251 -
CMYK 0.37 0.74 0 0.02
HSL 270.16º 0.96% 0.62% -
HSV(B) 270.16º 0.74% 0.98% -
XYZ 33.66 18.23 93.01 -
YUV 114.9 204.81 159.46 -
System Red Green Blue C M Y K H S L
Decimal 159 66 251 0.37 0.74 0 0.02 270.16 0.96 0.62
Hex 9F 42 FB 25 4A 0 2 10E 60 3E
Octal 237 102 373 45 112 0 2 416 140 76
Binary 10011111 1000010 11111011 100101 1001010 0 10 100001110 1100000 111110

Color Harmonies of #9F42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42FB

Black with #9F42FB

Text Example


Text Example

White with #9F42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,251); }

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

background-color css

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

 a { background-color: rgb(159,66,251); }

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

border-color css

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

 span { border-color: rgb(159,66,251); }

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