Html Css Color HEX #9F38EE Blue Violet

📋 copy color: '#9F38EE'

red 159 ◦ green 56 ◦ blue 238

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

Shades of Blue Violet #9F38EE

Tints of Blue Violet #9F38EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 35.1%
G = 12.36%
B = 52.54%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F38EE (or 0x9F38EE) is known color: Blue Violet. HEX triplet: 9F, 38 and EE. RGB value is (159,56,238). Sum of RGB (Red+Green+Blue) = 159+56+238=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F38EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F38EE is #60C711. Grayscale: #6A6A6A. Windows color (decimal): -6342418 or 15612063. OLE color: 15612063.

HSL color Cylindrical-coordinate representation of color #9F38EE: hue angle of 273.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F38EE is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 56 238 -
CMYK 0.33 0.76 0 0.07
HSL 273.96º 0.84% 0.58% -
HSV(B) 273.96º 0.76% 0.93% -
XYZ 31.14 16.37 82.41 -
YUV 107.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 159 56 238 0.33 0.76 0 0.07 273.96 0.84 0.58
Hex 9F 38 EE 21 4C 0 7 112 54 3A
Octal 237 70 356 41 114 0 7 422 124 72
Binary 10011111 111000 11101110 100001 1001100 0 111 100010010 1010100 111010

Color Harmonies of #9F38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F38EE

Black with #9F38EE

Text Example


Text Example

White with #9F38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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