Html Css Color HEX #9409AF Dark Violet

📋 copy color: '#9409AF'

red 148 ◦ green 9 ◦ blue 175

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

Shades of Dark Violet #9409AF

Tints of Dark Violet #9409AF

RGB

 RED value IS 148 (58.2% from 255) = 44.58%

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

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 44.58%
G = 2.71%
B = 52.71%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9409AF (or 0x9409AF) is known color: Dark Violet. HEX triplet: 94, 09 and AF. RGB value is (148,9,175). Sum of RGB (Red+Green+Blue) = 148+9+175=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #9409AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AF is #6BF650. Grayscale: #444444. Windows color (decimal): -7075409 or 11471252. OLE color: 11471252.

HSL color Cylindrical-coordinate representation of color #9409AF: hue angle of 290.24º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9409AF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 9 175 -
CMYK 0.15 0.95 0 0.31
HSL 290.24º 0.9% 0.36% -
HSV(B) 290.24º 0.95% 0.69% -
XYZ 20.05 9.59 41.35 -
YUV 69.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 148 9 175 0.15 0.95 0 0.31 290.24 0.9 0.36
Hex 94 9 AF F 5F 0 1F 122 5A 24
Octal 224 11 257 17 137 0 37 442 132 44
Binary 10010100 1001 10101111 1111 1011111 0 11111 100100010 1011010 100100

Color Harmonies of #9409AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409AF

Black with #9409AF

Text Example


Text Example

White with #9409AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9409AF; }

 p { color: rgb(148,9,175); }

 H1.HeaderClassName
 {
   color: #9409AF;
 }
 .AnyTagClassName
 {
   color: #9409AF;
 }
</style>

background-color css

<style>
 a { background-color: #9409AF; }

 a { background-color: rgb(148,9,175); }

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

border-color css

<style>
 span { border-color: #9409AF; }

 span { border-color: rgb(148,9,175); }

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