Html Css Color HEX #9005FD Dark Violet

📋 copy color: '#9005FD'

red 144 ◦ green 5 ◦ blue 253

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

Shades of Dark Violet #9005FD

Tints of Dark Violet #9005FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 35.82%
G = 1.24%
B = 62.94%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9005FD (or 0x9005FD) is known color: Dark Violet. HEX triplet: 90, 05 and FD. RGB value is (144,5,253). Sum of RGB (Red+Green+Blue) = 144+5+253=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #9005FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9005FD is #6FFA02. Grayscale: #494949. Windows color (decimal): -7338499 or 16582032. OLE color: 16582032.

HSL color Cylindrical-coordinate representation of color #9005FD: hue angle of 273.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005FD is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 144 5 253 -
CMYK 0.43 0.98 0 0.01
HSL 273.63º 0.98% 0.51% -
HSV(B) 273.63º 0.98% 0.99% -
XYZ 29.29 13.13 93.92 -
YUV 74.83 228.55 177.33 -
System Red Green Blue C M Y K H S L
Decimal 144 5 253 0.43 0.98 0 0.01 273.63 0.98 0.51
Hex 90 5 FD 2B 62 0 1 112 62 33
Octal 220 5 375 53 142 0 1 422 142 63
Binary 10010000 101 11111101 101011 1100010 0 1 100010010 1100010 110011

Color Harmonies of #9005FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005FD

Black with #9005FD

Text Example


Text Example

White with #9005FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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