Html Css Color HEX #910ADE Dark Violet

📋 copy color: '#910ADE'

red 145 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #910ADE

Tints of Dark Violet #910ADE

RGB

 RED value IS 145 (57.03% from 255) = 38.46%

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 38.46%
G = 2.65%
B = 58.89%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#910ADE (or 0x910ADE) is known color: Dark Violet. HEX triplet: 91, 0A and DE. RGB value is (145,10,222). Sum of RGB (Red+Green+Blue) = 145+10+222=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #910ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910ADE is #6EF521. Grayscale: #494949. Windows color (decimal): -7271714 or 14551697. OLE color: 14551697.

HSL color Cylindrical-coordinate representation of color #910ADE: hue angle of 278.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910ADE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 10 222 -
CMYK 0.35 0.95 0 0.13
HSL 278.21º 0.91% 0.45% -
HSV(B) 278.21º 0.95% 0.87% -
XYZ 24.97 11.51 70.01 -
YUV 74.53 211.23 178.26 -
System Red Green Blue C M Y K H S L
Decimal 145 10 222 0.35 0.95 0 0.13 278.21 0.91 0.45
Hex 91 A DE 23 5F 0 D 116 5B 2D
Octal 221 12 336 43 137 0 15 426 133 55
Binary 10010001 1010 11011110 100011 1011111 0 1101 100010110 1011011 101101

Color Harmonies of #910ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910ADE

Black with #910ADE

Text Example


Text Example

White with #910ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910ADE; }

 p { color: rgb(145,10,222); }

 H1.HeaderClassName
 {
   color: #910ADE;
 }
 .AnyTagClassName
 {
   color: #910ADE;
 }
</style>

background-color css

<style>
 a { background-color: #910ADE; }

 a { background-color: rgb(145,10,222); }

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

border-color css

<style>
 span { border-color: #910ADE; }

 span { border-color: rgb(145,10,222); }

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