Html Css Color HEX #9002FB Dark Violet

📋 copy color: '#9002FB'

red 144 ◦ green 2 ◦ blue 251

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

Shades of Dark Violet #9002FB

Tints of Dark Violet #9002FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 36.27%
G = 0.5%
B = 63.22%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9002FB (or 0x9002FB) is known color: Dark Violet. HEX triplet: 90, 02 and FB. RGB value is (144,2,251). Sum of RGB (Red+Green+Blue) = 144+2+251=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #9002FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9002FB is #6FFD04. Grayscale: #474747. Windows color (decimal): -7339269 or 16450192. OLE color: 16450192.

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

Color convert

RGB 144 2 251 -
CMYK 0.43 0.99 0 0.02
HSL 274.22º 0.98% 0.5% -
HSV(B) 274.22º 0.99% 0.98% -
XYZ 28.94 12.94 92.24 -
YUV 72.84 228.54 178.75 -
System Red Green Blue C M Y K H S L
Decimal 144 2 251 0.43 0.99 0 0.02 274.22 0.98 0.5
Hex 90 2 FB 2B 63 0 2 112 62 32
Octal 220 2 373 53 143 0 2 422 142 62
Binary 10010000 10 11111011 101011 1100011 0 10 100010010 1100010 110010

Color Harmonies of #9002FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002FB

Black with #9002FB

Text Example


Text Example

White with #9002FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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