Html Css Color HEX #9505F7 Dark Violet

📋 copy color: '#9505F7'

red 149 ◦ green 5 ◦ blue 247

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

Shades of Dark Violet #9505F7

Tints of Dark Violet #9505F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 61.6%

R = 37.16%
G = 1.25%
B = 61.6%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9505F7 (or 0x9505F7) is known color: Dark Violet. HEX triplet: 95, 05 and F7. RGB value is (149,5,247). Sum of RGB (Red+Green+Blue) = 149+5+247=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #9505F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9505F7 is #6AFA08. Grayscale: #4A4A4A. Windows color (decimal): -7010825 or 16188821. OLE color: 16188821.

HSL color Cylindrical-coordinate representation of color #9505F7: hue angle of 275.7º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505F7 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 5 247 -
CMYK 0.40 0.98 0 0.03
HSL 275.7º 0.96% 0.49% -
HSV(B) 275.7º 0.98% 0.97% -
XYZ 29.24 13.21 89.01 -
YUV 75.64 224.71 180.32 -
System Red Green Blue C M Y K H S L
Decimal 149 5 247 0.40 0.98 0 0.03 275.7 0.96 0.49
Hex 95 5 F7 28 62 0 3 114 60 31
Octal 225 5 367 50 142 0 3 424 140 61
Binary 10010101 101 11110111 101000 1100010 0 11 100010100 1100000 110001

Color Harmonies of #9505F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505F7

Black with #9505F7

Text Example


Text Example

White with #9505F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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