Html Css Color HEX #9A00EF Dark Violet

📋 copy color: '#9A00EF'

red 154 ◦ green 0 ◦ blue 239

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

Shades of Dark Violet #9A00EF

Tints of Dark Violet #9A00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 39.19%
G = 0%
B = 60.81%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9A00EF (or 0x9A00EF) is known color: Dark Violet. HEX triplet: 9A, 00 and EF. RGB value is (154,0,239). Sum of RGB (Red+Green+Blue) = 154+0+239=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00EF is #65FF10. Grayscale: #484848. Windows color (decimal): -6684433 or 15663258. OLE color: 15663258.

HSL color Cylindrical-coordinate representation of color #9A00EF: hue angle of 278.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00EF is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 0 239 -
CMYK 0.36 1 0 0.06
HSL 278.66º 1% 0.47% -
HSV(B) 278.66º 1% 0.94% -
XYZ 28.91 13.1 82.67 -
YUV 73.29 221.52 185.57 -
System Red Green Blue C M Y K H S L
Decimal 154 0 239 0.36 1 0 0.06 278.66 1 0.47
Hex 9A 0 EF 24 64 0 6 117 64 2F
Octal 232 0 357 44 144 0 6 427 144 57
Binary 10011010 0 11101111 100100 1100100 0 110 100010111 1100100 101111

Color Harmonies of #9A00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00EF

Black with #9A00EF

Text Example


Text Example

White with #9A00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,239); }

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

background-color css

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

 a { background-color: rgb(154,0,239); }

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

border-color css

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

 span { border-color: rgb(154,0,239); }

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