Html Css Color HEX #9005CD Dark Violet

📋 copy color: '#9005CD'

red 144 ◦ green 5 ◦ blue 205

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

Shades of Dark Violet #9005CD

Tints of Dark Violet #9005CD

RGB

 RED value IS 144 (56.64% from 255) = 40.68%

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 40.68%
G = 1.41%
B = 57.91%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9005CD (or 0x9005CD) is known color: Dark Violet. HEX triplet: 90, 05 and CD. RGB value is (144,5,205). Sum of RGB (Red+Green+Blue) = 144+5+205=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #9005CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CD is #6FFA32. Grayscale: #444444. Windows color (decimal): -7338547 or 13436304. OLE color: 13436304.

HSL color Cylindrical-coordinate representation of color #9005CD: hue angle of 281.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005CD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 5 205 -
CMYK 0.30 0.98 0 0.20
HSL 281.7º 0.95% 0.41% -
HSV(B) 281.7º 0.98% 0.8% -
XYZ 22.58 10.45 58.58 -
YUV 69.36 204.55 181.24 -
System Red Green Blue C M Y K H S L
Decimal 144 5 205 0.30 0.98 0 0.20 281.7 0.95 0.41
Hex 90 5 CD 1E 62 0 14 11A 5F 29
Octal 220 5 315 36 142 0 24 432 137 51
Binary 10010000 101 11001101 11110 1100010 0 10100 100011010 1011111 101001

Color Harmonies of #9005CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005CD

Black with #9005CD

Text Example


Text Example

White with #9005CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9005CD; }

 p { color: rgb(144,5,205); }

 H1.HeaderClassName
 {
   color: #9005CD;
 }
 .AnyTagClassName
 {
   color: #9005CD;
 }
</style>

background-color css

<style>
 a { background-color: #9005CD; }

 a { background-color: rgb(144,5,205); }

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

border-color css

<style>
 span { border-color: #9005CD; }

 span { border-color: rgb(144,5,205); }

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