Html Css Color HEX #9603CF Dark Violet

📋 copy color: '#9603CF'

red 150 ◦ green 3 ◦ blue 207

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

Shades of Dark Violet #9603CF

Tints of Dark Violet #9603CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 41.67%
G = 0.83%
B = 57.5%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9603CF (or 0x9603CF) is known color: Dark Violet. HEX triplet: 96, 03 and CF. RGB value is (150,3,207). Sum of RGB (Red+Green+Blue) = 150+3+207=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #9603CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603CF is #69FC30. Grayscale: #454545. Windows color (decimal): -6945841 or 13566870. OLE color: 13566870.

HSL color Cylindrical-coordinate representation of color #9603CF: hue angle of 283.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9603CF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 3 207 -
CMYK 0.28 0.99 0 0.19
HSL 283.24º 0.97% 0.41% -
HSV(B) 283.24º 0.99% 0.81% -
XYZ 23.87 11.05 59.91 -
YUV 70.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 150 3 207 0.28 0.99 0 0.19 283.24 0.97 0.41
Hex 96 3 CF 1C 63 0 13 11B 61 29
Octal 226 3 317 34 143 0 23 433 141 51
Binary 10010110 11 11001111 11100 1100011 0 10011 100011011 1100001 101001

Color Harmonies of #9603CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603CF

Black with #9603CF

Text Example


Text Example

White with #9603CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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