Html Css Color HEX #9406CF Dark Violet

📋 copy color: '#9406CF'

red 148 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #9406CF

Tints of Dark Violet #9406CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 41%
G = 1.66%
B = 57.34%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9406CF (or 0x9406CF) is known color: Dark Violet. HEX triplet: 94, 06 and CF. RGB value is (148,6,207). Sum of RGB (Red+Green+Blue) = 148+6+207=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #9406CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9406CF is #6BF930. Grayscale: #464646. Windows color (decimal): -7076145 or 13567636. OLE color: 13567636.

HSL color Cylindrical-coordinate representation of color #9406CF: hue angle of 282.39º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406CF is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 6 207 -
CMYK 0.29 0.97 0 0.19
HSL 282.39º 0.94% 0.42% -
HSV(B) 282.39º 0.97% 0.81% -
XYZ 23.54 10.93 59.9 -
YUV 71.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 148 6 207 0.29 0.97 0 0.19 282.39 0.94 0.42
Hex 94 6 CF 1D 61 0 13 11A 5E 2A
Octal 224 6 317 35 141 0 23 432 136 52
Binary 10010100 110 11001111 11101 1100001 0 10011 100011010 1011110 101010

Color Harmonies of #9406CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9406CF

Black with #9406CF

Text Example


Text Example

White with #9406CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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