Html Css Color HEX #9305EB Dark Violet

📋 copy color: '#9305EB'

red 147 ◦ green 5 ◦ blue 235

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

Shades of Dark Violet #9305EB

Tints of Dark Violet #9305EB

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 37.98%
G = 1.29%
B = 60.72%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9305EB (or 0x9305EB) is known color: Dark Violet. HEX triplet: 93, 05 and EB. RGB value is (147,5,235). Sum of RGB (Red+Green+Blue) = 147+5+235=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #9305EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9305EB is #6CFA14. Grayscale: #484848. Windows color (decimal): -7141909 or 15402387. OLE color: 15402387.

HSL color Cylindrical-coordinate representation of color #9305EB: hue angle of 277.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9305EB is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 5 235 -
CMYK 0.37 0.98 0 0.08
HSL 277.04º 0.96% 0.47% -
HSV(B) 277.04º 0.98% 0.92% -
XYZ 27.08 12.31 79.55 -
YUV 73.68 219.04 180.3 -
System Red Green Blue C M Y K H S L
Decimal 147 5 235 0.37 0.98 0 0.08 277.04 0.96 0.47
Hex 93 5 EB 25 62 0 8 115 60 2F
Octal 223 5 353 45 142 0 10 425 140 57
Binary 10010011 101 11101011 100101 1100010 0 1000 100010101 1100000 101111

Color Harmonies of #9305EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9305EB

Black with #9305EB

Text Example


Text Example

White with #9305EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9305EB; }

 p { color: rgb(147,5,235); }

 H1.HeaderClassName
 {
   color: #9305EB;
 }
 .AnyTagClassName
 {
   color: #9305EB;
 }
</style>

background-color css

<style>
 a { background-color: #9305EB; }

 a { background-color: rgb(147,5,235); }

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

border-color css

<style>
 span { border-color: #9305EB; }

 span { border-color: rgb(147,5,235); }

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