Html Css Color HEX #9005FB Dark Violet

📋 copy color: '#9005FB'

red 144 ◦ green 5 ◦ blue 251

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

Shades of Dark Violet #9005FB

Tints of Dark Violet #9005FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 36%
G = 1.25%
B = 62.75%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9005FB (or 0x9005FB) is known color: Dark Violet. HEX triplet: 90, 05 and FB. RGB value is (144,5,251). Sum of RGB (Red+Green+Blue) = 144+5+251=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #9005FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9005FB is #6FFA04. Grayscale: #494949. Windows color (decimal): -7338501 or 16450960. OLE color: 16450960.

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

Color convert

RGB 144 5 251 -
CMYK 0.43 0.98 0 0.02
HSL 273.9º 0.97% 0.5% -
HSV(B) 273.9º 0.98% 0.98% -
XYZ 28.97 13 92.25 -
YUV 74.61 227.55 177.5 -
System Red Green Blue C M Y K H S L
Decimal 144 5 251 0.43 0.98 0 0.02 273.9 0.97 0.5
Hex 90 5 FB 2B 62 0 2 112 61 32
Octal 220 5 373 53 142 0 2 422 141 62
Binary 10010000 101 11111011 101011 1100010 0 10 100010010 1100001 110010

Color Harmonies of #9005FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9005FB

Black with #9005FB

Text Example


Text Example

White with #9005FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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