Html Css Color HEX #9F38FF Blue Violet

📋 copy color: '#9F38FF'

red 159 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #9F38FF

Tints of Blue Violet #9F38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.91%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 33.83%
G = 11.91%
B = 54.26%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F38FF (or 0x9F38FF) is known color: Blue Violet. HEX triplet: 9F, 38 and FF. RGB value is (159,56,255). Sum of RGB (Red+Green+Blue) = 159+56+255=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F38FF is #60C700. Grayscale: #6C6C6C. Windows color (decimal): -6342401 or 16726175. OLE color: 16726175.

HSL color Cylindrical-coordinate representation of color #9F38FF: hue angle of 271.06º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F38FF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 159 56 255 -
CMYK 0.38 0.78 0 0
HSL 271.06º 1% 0.61% -
HSV(B) 271.06º 0.78% 1% -
XYZ 33.76 17.42 96.19 -
YUV 109.48 210.12 163.32 -
System Red Green Blue C M Y K H S L
Decimal 159 56 255 0.38 0.78 0 0 271.06 1 0.61
Hex 9F 38 FF 26 4E 0 0 10F 64 3D
Octal 237 70 377 46 116 0 0 417 144 75
Binary 10011111 111000 11111111 100110 1001110 0 0 100001111 1100100 111101

Color Harmonies of #9F38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F38FF

Black with #9F38FF

Text Example


Text Example

White with #9F38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,255); }

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

background-color css

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

 a { background-color: rgb(159,56,255); }

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

border-color css

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

 span { border-color: rgb(159,56,255); }

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