Html Css Color HEX #9505FD Dark Violet

📋 copy color: '#9505FD'

red 149 ◦ green 5 ◦ blue 253

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

Shades of Dark Violet #9505FD

Tints of Dark Violet #9505FD

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

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

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

R = 36.61%
G = 1.23%
B = 62.16%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9505FD (or 0x9505FD) is known color: Dark Violet. HEX triplet: 95, 05 and FD. RGB value is (149,5,253). Sum of RGB (Red+Green+Blue) = 149+5+253=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #9505FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9505FD is #6AFA02. Grayscale: #4B4B4B. Windows color (decimal): -7010819 or 16582037. OLE color: 16582037.

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

Color convert

RGB 149 5 253 -
CMYK 0.41 0.98 0 0.01
HSL 274.84º 0.98% 0.51% -
HSV(B) 274.84º 0.98% 0.99% -
XYZ 30.18 13.59 93.96 -
YUV 76.33 227.71 179.83 -
System Red Green Blue C M Y K H S L
Decimal 149 5 253 0.41 0.98 0 0.01 274.84 0.98 0.51
Hex 95 5 FD 29 62 0 1 113 62 33
Octal 225 5 375 51 142 0 1 423 142 63
Binary 10010101 101 11111101 101001 1100010 0 1 100010011 1100010 110011

Color Harmonies of #9505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505FD

Black with #9505FD

Text Example


Text Example

White with #9505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,5,253); }

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

background-color css

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

 a { background-color: rgb(149,5,253); }

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

border-color css

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

 span { border-color: rgb(149,5,253); }

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