Html Css Color HEX #9E38F6 Blue Violet

📋 copy color: '#9E38F6'

red 158 ◦ green 56 ◦ blue 246

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

Shades of Blue Violet #9E38F6

Tints of Blue Violet #9E38F6

RGB

 RED value IS 158 (62.11% from 255) = 34.35%

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

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 34.35%
G = 12.17%
B = 53.48%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9E38F6 (or 0x9E38F6) is known color: Blue Violet. HEX triplet: 9E, 38 and F6. RGB value is (158,56,246). Sum of RGB (Red+Green+Blue) = 158+56+246=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E38F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E38F6 is #61C709. Grayscale: #6B6B6B. Windows color (decimal): -6407946 or 16136350. OLE color: 16136350.

HSL color Cylindrical-coordinate representation of color #9E38F6: hue angle of 272.21º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E38F6 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 56 246 -
CMYK 0.36 0.77 0 0.04
HSL 272.21º 0.91% 0.59% -
HSV(B) 272.21º 0.77% 0.96% -
XYZ 32.15 16.75 88.73 -
YUV 108.16 205.79 163.55 -
System Red Green Blue C M Y K H S L
Decimal 158 56 246 0.36 0.77 0 0.04 272.21 0.91 0.59
Hex 9E 38 F6 24 4D 0 4 110 5B 3B
Octal 236 70 366 44 115 0 4 420 133 73
Binary 10011110 111000 11110110 100100 1001101 0 100 100010000 1011011 111011

Color Harmonies of #9E38F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E38F6

Black with #9E38F6

Text Example


Text Example

White with #9E38F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,56,246); }

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

background-color css

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

 a { background-color: rgb(158,56,246); }

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

border-color css

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

 span { border-color: rgb(158,56,246); }

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