Html Css Color HEX #9505FB Dark Violet

📋 copy color: '#9505FB'

red 149 ◦ green 5 ◦ blue 251

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

Shades of Dark Violet #9505FB

Tints of Dark Violet #9505FB

RGB

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

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

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

R = 36.79%
G = 1.23%
B = 61.98%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9505FB (or 0x9505FB) is known color: Dark Violet. HEX triplet: 95, 05 and FB. RGB value is (149,5,251). Sum of RGB (Red+Green+Blue) = 149+5+251=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #9505FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9505FB is #6AFA04. Grayscale: #4B4B4B. Windows color (decimal): -7010821 or 16450965. OLE color: 16450965.

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

Color convert

RGB 149 5 251 -
CMYK 0.41 0.98 0 0.02
HSL 275.12º 0.97% 0.5% -
HSV(B) 275.12º 0.98% 0.98% -
XYZ 29.86 13.46 92.29 -
YUV 76.1 226.71 180 -
System Red Green Blue C M Y K H S L
Decimal 149 5 251 0.41 0.98 0 0.02 275.12 0.97 0.5
Hex 95 5 FB 29 62 0 2 113 61 32
Octal 225 5 373 51 142 0 2 423 141 62
Binary 10010101 101 11111011 101001 1100010 0 10 100010011 1100001 110010

Color Harmonies of #9505FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505FB

Black with #9505FB

Text Example


Text Example

White with #9505FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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