Html Css Color HEX #9408B0 Dark Violet

📋 copy color: '#9408B0'

red 148 ◦ green 8 ◦ blue 176

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

Shades of Dark Violet #9408B0

Tints of Dark Violet #9408B0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 176 (69.14% from 255) = 53.01%

R = 44.58%
G = 2.41%
B = 53.01%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9408B0 (or 0x9408B0) is known color: Dark Violet. HEX triplet: 94, 08 and B0. RGB value is (148,8,176). Sum of RGB (Red+Green+Blue) = 148+8+176=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #9408B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9408B0 is #6BF74F. Grayscale: #444444. Windows color (decimal): -7075664 or 11536532. OLE color: 11536532.

HSL color Cylindrical-coordinate representation of color #9408B0: hue angle of 290º degrees, saturation: 0.91, 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 #9408B0 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 8 176 -
CMYK 0.16 0.95 0 0.31
HSL 290º 0.91% 0.36% -
HSV(B) 290º 0.95% 0.69% -
XYZ 20.14 9.6 41.87 -
YUV 69.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 148 8 176 0.16 0.95 0 0.31 290 0.91 0.36
Hex 94 8 B0 10 5F 0 1F 122 5B 24
Octal 224 10 260 20 137 0 37 442 133 44
Binary 10010100 1000 10110000 10000 1011111 0 11111 100100010 1011011 100100

Color Harmonies of #9408B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9408B0

Black with #9408B0

Text Example


Text Example

White with #9408B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9408B0; }

 p { color: rgb(148,8,176); }

 H1.HeaderClassName
 {
   color: #9408B0;
 }
 .AnyTagClassName
 {
   color: #9408B0;
 }
</style>

background-color css

<style>
 a { background-color: #9408B0; }

 a { background-color: rgb(148,8,176); }

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

border-color css

<style>
 span { border-color: #9408B0; }

 span { border-color: rgb(148,8,176); }

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