Html Css Color HEX #9E3CFA Blue Violet

📋 copy color: '#9E3CFA'

red 158 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #9E3CFA

Tints of Blue Violet #9E3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

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

R = 33.76%
G = 12.82%
B = 53.42%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E3CFA (or 0x9E3CFA) is known color: Blue Violet. HEX triplet: 9E, 3C and FA. RGB value is (158,60,250). Sum of RGB (Red+Green+Blue) = 158+60+250=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E3CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3CFA is #61C305. Grayscale: #6E6E6E. Windows color (decimal): -6406918 or 16399518. OLE color: 16399518.

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

Color convert

RGB 158 60 250 -
CMYK 0.37 0.76 0 0.02
HSL 270.95º 0.95% 0.61% -
HSV(B) 270.95º 0.76% 0.98% -
XYZ 32.97 17.4 92.06 -
YUV 110.96 206.47 161.55 -
System Red Green Blue C M Y K H S L
Decimal 158 60 250 0.37 0.76 0 0.02 270.95 0.95 0.61
Hex 9E 3C FA 25 4C 0 2 10F 5F 3D
Octal 236 74 372 45 114 0 2 417 137 75
Binary 10011110 111100 11111010 100101 1001100 0 10 100001111 1011111 111101

Color Harmonies of #9E3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3CFA

Black with #9E3CFA

Text Example


Text Example

White with #9E3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,60,250); }

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

background-color css

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

 a { background-color: rgb(158,60,250); }

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

border-color css

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

 span { border-color: rgb(158,60,250); }

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