Html Css Color HEX #9015FD Blue Violet

📋 copy color: '#9015FD'

red 144 ◦ green 21 ◦ blue 253

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

Shades of Blue Violet #9015FD

Tints of Blue Violet #9015FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 34.45%
G = 5.02%
B = 60.53%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9015FD (or 0x9015FD) is known color: Blue Violet. HEX triplet: 90, 15 and FD. RGB value is (144,21,253). Sum of RGB (Red+Green+Blue) = 144+21+253=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #9015FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9015FD is #6FEA02. Grayscale: #535353. Windows color (decimal): -7334403 or 16586128. OLE color: 16586128.

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

Color convert

RGB 144 21 253 -
CMYK 0.43 0.92 0 0.01
HSL 271.81º 0.98% 0.54% -
HSV(B) 271.81º 0.92% 0.99% -
XYZ 29.5 13.56 93.99 -
YUV 84.23 223.25 170.64 -
System Red Green Blue C M Y K H S L
Decimal 144 21 253 0.43 0.92 0 0.01 271.81 0.98 0.54
Hex 90 15 FD 2B 5C 0 1 110 62 36
Octal 220 25 375 53 134 0 1 420 142 66
Binary 10010000 10101 11111101 101011 1011100 0 1 100010000 1100010 110110

Color Harmonies of #9015FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9015FD

Black with #9015FD

Text Example


Text Example

White with #9015FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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