Html Css Color HEX #9509FD Dark Violet

📋 copy color: '#9509FD'

red 149 ◦ green 9 ◦ blue 253

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

Shades of Dark Violet #9509FD

Tints of Dark Violet #9509FD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.19%

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

R = 36.25%
G = 2.19%
B = 61.56%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9509FD (or 0x9509FD) is known color: Dark Violet. HEX triplet: 95, 09 and FD. RGB value is (149,9,253). Sum of RGB (Red+Green+Blue) = 149+9+253=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #9509FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9509FD is #6AF602. Grayscale: #4D4D4D. Windows color (decimal): -7009795 or 16583061. OLE color: 16583061.

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

Color convert

RGB 149 9 253 -
CMYK 0.41 0.96 0 0.01
HSL 274.43º 0.98% 0.51% -
HSV(B) 274.43º 0.96% 0.99% -
XYZ 30.22 13.68 93.98 -
YUV 78.68 226.38 178.16 -
System Red Green Blue C M Y K H S L
Decimal 149 9 253 0.41 0.96 0 0.01 274.43 0.98 0.51
Hex 95 9 FD 29 60 0 1 112 62 33
Octal 225 11 375 51 140 0 1 422 142 63
Binary 10010101 1001 11111101 101001 1100000 0 1 100010010 1100010 110011

Color Harmonies of #9509FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509FD

Black with #9509FD

Text Example


Text Example

White with #9509FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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