Html Css Color HEX #9000FC Dark Violet

📋 copy color: '#9000FC'

red 144 ◦ green 0 ◦ blue 252

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

Shades of Dark Violet #9000FC

Tints of Dark Violet #9000FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9000FC (or 0x9000FC) is known color: Dark Violet. HEX triplet: 90, 00 and FC. RGB value is (144,0,252). Sum of RGB (Red+Green+Blue) = 144+0+252=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #9000FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000FC is #6FFF03. Grayscale: #464646. Windows color (decimal): -7339780 or 16515216. OLE color: 16515216.

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

Color convert

RGB 144 0 252 -
CMYK 0.43 1 0 0.01
HSL 274.29º 1% 0.49% -
HSV(B) 274.29º 1% 0.99% -
XYZ 29.07 12.96 93.06 -
YUV 71.78 229.71 179.51 -
System Red Green Blue C M Y K H S L
Decimal 144 0 252 0.43 1 0 0.01 274.29 1 0.49
Hex 90 0 FC 2B 64 0 1 112 64 31
Octal 220 0 374 53 144 0 1 422 144 61
Binary 10010000 0 11111100 101011 1100100 0 1 100010010 1100100 110001

Color Harmonies of #9000FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000FC

Black with #9000FC

Text Example


Text Example

White with #9000FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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