Html Css Color HEX #9A00CD Dark Violet

📋 copy color: '#9A00CD'

red 154 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #9A00CD

Tints of Dark Violet #9A00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 42.9%
G = 0%
B = 57.1%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A00CD (or 0x9A00CD) is known color: Dark Violet. HEX triplet: 9A, 00 and CD. RGB value is (154,0,205). Sum of RGB (Red+Green+Blue) = 154+0+205=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00CD is #65FF32. Grayscale: #444444. Windows color (decimal): -6684467 or 13435034. OLE color: 13435034.

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

Color convert

RGB 154 0 205 -
CMYK 0.25 1 0 0.20
HSL 285.07º 1% 0.4% -
HSV(B) 285.07º 1% 0.8% -
XYZ 24.35 11.28 58.65 -
YUV 69.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 154 0 205 0.25 1 0 0.20 285.07 1 0.4
Hex 9A 0 CD 19 64 0 14 11D 64 28
Octal 232 0 315 31 144 0 24 435 144 50
Binary 10011010 0 11001101 11001 1100100 0 10100 100011101 1100100 101000

Color Harmonies of #9A00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00CD

Black with #9A00CD

Text Example


Text Example

White with #9A00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,205); }

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

background-color css

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

 a { background-color: rgb(154,0,205); }

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

border-color css

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

 span { border-color: rgb(154,0,205); }

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