Html Css Color HEX #9603EB Dark Violet

📋 copy color: '#9603EB'

red 150 ◦ green 3 ◦ blue 235

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

Shades of Dark Violet #9603EB

Tints of Dark Violet #9603EB

RGB

 RED value IS 150 (58.98% from 255) = 38.66%

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

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

R = 38.66%
G = 0.77%
B = 60.57%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9603EB (or 0x9603EB) is known color: Dark Violet. HEX triplet: 96, 03 and EB. RGB value is (150,3,235). Sum of RGB (Red+Green+Blue) = 150+3+235=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #9603EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9603EB is #69FC14. Grayscale: #484848. Windows color (decimal): -6945813 or 15401878. OLE color: 15401878.

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

Color convert

RGB 150 3 235 -
CMYK 0.36 0.99 0 0.08
HSL 278.02º 0.97% 0.47% -
HSV(B) 278.02º 0.99% 0.92% -
XYZ 27.61 12.55 79.56 -
YUV 73.4 219.2 182.64 -
System Red Green Blue C M Y K H S L
Decimal 150 3 235 0.36 0.99 0 0.08 278.02 0.97 0.47
Hex 96 3 EB 24 63 0 8 116 61 2F
Octal 226 3 353 44 143 0 10 426 141 57
Binary 10010110 11 11101011 100100 1100011 0 1000 100010110 1100001 101111

Color Harmonies of #9603EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603EB

Black with #9603EB

Text Example


Text Example

White with #9603EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,3,235); }

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

background-color css

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

 a { background-color: rgb(150,3,235); }

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

border-color css

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

 span { border-color: rgb(150,3,235); }

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