Html Css Color HEX #9503EF Dark Violet

📋 copy color: '#9503EF'

red 149 ◦ green 3 ◦ blue 239

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

Shades of Dark Violet #9503EF

Tints of Dark Violet #9503EF

RGB

 RED value IS 149 (58.59% from 255) = 38.11%

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 239 (93.75% from 255) = 61.13%

R = 38.11%
G = 0.77%
B = 61.13%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9503EF (or 0x9503EF) is known color: Dark Violet. HEX triplet: 95, 03 and EF. RGB value is (149,3,239). Sum of RGB (Red+Green+Blue) = 149+3+239=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #9503EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9503EF is #6AFC10. Grayscale: #484848. Windows color (decimal): -7011345 or 15664021. OLE color: 15664021.

HSL color Cylindrical-coordinate representation of color #9503EF: hue angle of 277.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503EF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 3 239 -
CMYK 0.38 0.99 0 0.06
HSL 277.12º 0.98% 0.47% -
HSV(B) 277.12º 0.99% 0.94% -
XYZ 28.01 12.69 82.63 -
YUV 73.56 221.37 181.81 -
System Red Green Blue C M Y K H S L
Decimal 149 3 239 0.38 0.99 0 0.06 277.12 0.98 0.47
Hex 95 3 EF 26 63 0 6 115 62 2F
Octal 225 3 357 46 143 0 6 425 142 57
Binary 10010101 11 11101111 100110 1100011 0 110 100010101 1100010 101111

Color Harmonies of #9503EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503EF

Black with #9503EF

Text Example


Text Example

White with #9503EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9503EF; }

 p { color: rgb(149,3,239); }

 H1.HeaderClassName
 {
   color: #9503EF;
 }
 .AnyTagClassName
 {
   color: #9503EF;
 }
</style>

background-color css

<style>
 a { background-color: #9503EF; }

 a { background-color: rgb(149,3,239); }

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

border-color css

<style>
 span { border-color: #9503EF; }

 span { border-color: rgb(149,3,239); }

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