Html Css Color HEX #9A03CC Dark Violet

📋 copy color: '#9A03CC'

red 154 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #9A03CC

Tints of Dark Violet #9A03CC

RGB

 RED value IS 154 (60.55% from 255) = 42.66%

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 42.66%
G = 0.83%
B = 56.51%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A03CC (or 0x9A03CC) is known color: Dark Violet. HEX triplet: 9A, 03 and CC. RGB value is (154,3,204). Sum of RGB (Red+Green+Blue) = 154+3+204=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A03CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A03CC is #65FC33. Grayscale: #464646. Windows color (decimal): -6683700 or 13370266. OLE color: 13370266.

HSL color Cylindrical-coordinate representation of color #9A03CC: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A03CC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 3 204 -
CMYK 0.25 0.99 0 0.2
HSL 285.07º 0.97% 0.41% -
HSV(B) 285.07º 0.99% 0.8% -
XYZ 24.26 11.29 58.03 -
YUV 71.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 154 3 204 0.25 0.99 0 0.2 285.07 0.97 0.41
Hex 9A 3 CC 19 63 0 14 11D 61 29
Octal 232 3 314 31 143 0 24 435 141 51
Binary 10011010 11 11001100 11001 1100011 0 10100 100011101 1100001 101001

Color Harmonies of #9A03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A03CC

Black with #9A03CC

Text Example


Text Example

White with #9A03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,204); }

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

background-color css

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

 a { background-color: rgb(154,3,204); }

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

border-color css

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

 span { border-color: rgb(154,3,204); }

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