Html Css Color HEX #9000FB Dark Violet

📋 copy color: '#9000FB'

red 144 ◦ green 0 ◦ blue 251

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

Shades of Dark Violet #9000FB

Tints of Dark Violet #9000FB

RGB

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

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

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

R = 36.46%
G = 0%
B = 63.54%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9000FB (or 0x9000FB) is known color: Dark Violet. HEX triplet: 90, 00 and FB. RGB value is (144,0,251). Sum of RGB (Red+Green+Blue) = 144+0+251=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #9000FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000FB is #6FFF04. Grayscale: #464646. Windows color (decimal): -7339781 or 16449680. OLE color: 16449680.

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

Color convert

RGB 144 0 251 -
CMYK 0.43 1 0 0.02
HSL 274.42º 1% 0.49% -
HSV(B) 274.42º 1% 0.98% -
XYZ 28.91 12.89 92.23 -
YUV 71.67 229.21 179.59 -
System Red Green Blue C M Y K H S L
Decimal 144 0 251 0.43 1 0 0.02 274.42 1 0.49
Hex 90 0 FB 2B 64 0 2 112 64 31
Octal 220 0 373 53 144 0 2 422 144 61
Binary 10010000 0 11111011 101011 1100100 0 10 100010010 1100100 110001

Color Harmonies of #9000FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000FB

Black with #9000FB

Text Example


Text Example

White with #9000FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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