Html Css Color HEX #9A06E6 Dark Violet

📋 copy color: '#9A06E6'

red 154 ◦ green 6 ◦ blue 230

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

Shades of Dark Violet #9A06E6

Tints of Dark Violet #9A06E6

RGB

 RED value IS 154 (60.55% from 255) = 39.49%

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

 BLUE value IS 230 (90.23% from 255) = 58.97%

R = 39.49%
G = 1.54%
B = 58.97%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A06E6 (or 0x9A06E6) is known color: Dark Violet. HEX triplet: 9A, 06 and E6. RGB value is (154,6,230). Sum of RGB (Red+Green+Blue) = 154+6+230=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A06E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A06E6 is #65F919. Grayscale: #4B4B4B. Windows color (decimal): -6682906 or 15074970. OLE color: 15074970.

HSL color Cylindrical-coordinate representation of color #9A06E6: hue angle of 279.64º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06E6 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 6 230 -
CMYK 0.33 0.97 0 0.10
HSL 279.64º 0.95% 0.46% -
HSV(B) 279.64º 0.97% 0.9% -
XYZ 27.67 12.71 75.86 -
YUV 75.79 215.03 183.79 -
System Red Green Blue C M Y K H S L
Decimal 154 6 230 0.33 0.97 0 0.10 279.64 0.95 0.46
Hex 9A 6 E6 21 61 0 A 118 5F 2E
Octal 232 6 346 41 141 0 12 430 137 56
Binary 10011010 110 11100110 100001 1100001 0 1010 100011000 1011111 101110

Color Harmonies of #9A06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A06E6

Black with #9A06E6

Text Example


Text Example

White with #9A06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A06E6; }

 p { color: rgb(154,6,230); }

 H1.HeaderClassName
 {
   color: #9A06E6;
 }
 .AnyTagClassName
 {
   color: #9A06E6;
 }
</style>

background-color css

<style>
 a { background-color: #9A06E6; }

 a { background-color: rgb(154,6,230); }

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

border-color css

<style>
 span { border-color: #9A06E6; }

 span { border-color: rgb(154,6,230); }

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