Html Css Color HEX #900CD7 Dark Violet

📋 copy color: '#900CD7'

red 144 ◦ green 12 ◦ blue 215

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

Shades of Dark Violet #900CD7

Tints of Dark Violet #900CD7

RGB

 RED value IS 144 (56.64% from 255) = 38.81%

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 215 (84.38% from 255) = 57.95%

R = 38.81%
G = 3.23%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#900CD7 (or 0x900CD7) is known color: Dark Violet. HEX triplet: 90, 0C and D7. RGB value is (144,12,215). Sum of RGB (Red+Green+Blue) = 144+12+215=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #900CD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CD7 is #6FF328. Grayscale: #494949. Windows color (decimal): -7336745 or 14093456. OLE color: 14093456.

HSL color Cylindrical-coordinate representation of color #900CD7: hue angle of 279.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CD7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 12 215 -
CMYK 0.33 0.94 0 0.16
HSL 279.01º 0.89% 0.45% -
HSV(B) 279.01º 0.94% 0.84% -
XYZ 23.9 11.1 65.17 -
YUV 74.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 144 12 215 0.33 0.94 0 0.16 279.01 0.89 0.45
Hex 90 C D7 21 5E 0 10 117 59 2D
Octal 220 14 327 41 136 0 20 427 131 55
Binary 10010000 1100 11010111 100001 1011110 0 10000 100010111 1011001 101101

Color Harmonies of #900CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CD7

Black with #900CD7

Text Example


Text Example

White with #900CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900CD7; }

 p { color: rgb(144,12,215); }

 H1.HeaderClassName
 {
   color: #900CD7;
 }
 .AnyTagClassName
 {
   color: #900CD7;
 }
</style>

background-color css

<style>
 a { background-color: #900CD7; }

 a { background-color: rgb(144,12,215); }

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

border-color css

<style>
 span { border-color: #900CD7; }

 span { border-color: rgb(144,12,215); }

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