Html Css Color HEX #9406CB Dark Violet

📋 copy color: '#9406CB'

red 148 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #9406CB

Tints of Dark Violet #9406CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 41.46%
G = 1.68%
B = 56.86%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9406CB (or 0x9406CB) is known color: Dark Violet. HEX triplet: 94, 06 and CB. RGB value is (148,6,203). Sum of RGB (Red+Green+Blue) = 148+6+203=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #9406CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9406CB is #6BF934. Grayscale: #464646. Windows color (decimal): -7076149 or 13305492. OLE color: 13305492.

HSL color Cylindrical-coordinate representation of color #9406CB: hue angle of 283.25º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406CB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 6 203 -
CMYK 0.27 0.97 0 0.20
HSL 283.25º 0.94% 0.41% -
HSV(B) 283.25º 0.97% 0.8% -
XYZ 23.06 10.74 57.36 -
YUV 70.92 202.54 182.98 -
System Red Green Blue C M Y K H S L
Decimal 148 6 203 0.27 0.97 0 0.20 283.25 0.94 0.41
Hex 94 6 CB 1B 61 0 14 11B 5E 29
Octal 224 6 313 33 141 0 24 433 136 51
Binary 10010100 110 11001011 11011 1100001 0 10100 100011011 1011110 101001

Color Harmonies of #9406CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406CB

Black with #9406CB

Text Example


Text Example

White with #9406CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9406CB; }

 p { color: rgb(148,6,203); }

 H1.HeaderClassName
 {
   color: #9406CB;
 }
 .AnyTagClassName
 {
   color: #9406CB;
 }
</style>

background-color css

<style>
 a { background-color: #9406CB; }

 a { background-color: rgb(148,6,203); }

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

border-color css

<style>
 span { border-color: #9406CB; }

 span { border-color: rgb(148,6,203); }

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