Html Css Color HEX #9A02CD Dark Violet

📋 copy color: '#9A02CD'

red 154 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #9A02CD

Tints of Dark Violet #9A02CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 42.66%
G = 0.55%
B = 56.79%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A02CD (or 0x9A02CD) is known color: Dark Violet. HEX triplet: 9A, 02 and CD. RGB value is (154,2,205). Sum of RGB (Red+Green+Blue) = 154+2+205=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A02CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A02CD is #65FD32. Grayscale: #454545. Windows color (decimal): -6683955 or 13435546. OLE color: 13435546.

HSL color Cylindrical-coordinate representation of color #9A02CD: hue angle of 284.93º degrees, saturation: 0.98, 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 #9A02CD is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 2 205 -
CMYK 0.25 0.99 0 0.20
HSL 284.93º 0.98% 0.41% -
HSV(B) 284.93º 0.99% 0.8% -
XYZ 24.37 11.32 58.66 -
YUV 70.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 154 2 205 0.25 0.99 0 0.20 284.93 0.98 0.41
Hex 9A 2 CD 19 63 0 14 11D 62 29
Octal 232 2 315 31 143 0 24 435 142 51
Binary 10011010 10 11001101 11001 1100011 0 10100 100011101 1100010 101001

Color Harmonies of #9A02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A02CD

Black with #9A02CD

Text Example


Text Example

White with #9A02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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