Html Css Color HEX #9A2DCF Dark Orchid

📋 copy color: '#9A2DCF'

red 154 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #9A2DCF

Tints of Dark Orchid #9A2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 37.93%
G = 11.08%
B = 50.99%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A2DCF (or 0x9A2DCF) is known color: Dark Orchid. HEX triplet: 9A, 2D and CF. RGB value is (154,45,207). Sum of RGB (Red+Green+Blue) = 154+45+207=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DCF is #65D230. Grayscale: #5F5F5F. Windows color (decimal): -6672945 or 13577626. OLE color: 13577626.

HSL color Cylindrical-coordinate representation of color #9A2DCF: hue angle of 280.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2DCF is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 45 207 -
CMYK 0.26 0.78 0 0.19
HSL 280.37º 0.64% 0.49% -
HSV(B) 280.37º 0.78% 0.81% -
XYZ 25.53 13.25 60.24 -
YUV 96.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 154 45 207 0.26 0.78 0 0.19 280.37 0.64 0.49
Hex 9A 2D CF 1A 4E 0 13 118 40 31
Octal 232 55 317 32 116 0 23 430 100 61
Binary 10011010 101101 11001111 11010 1001110 0 10011 100011000 1000000 110001

Color Harmonies of #9A2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2DCF

Black with #9A2DCF

Text Example


Text Example

White with #9A2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,45,207); }

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

background-color css

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

 a { background-color: rgb(154,45,207); }

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

border-color css

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

 span { border-color: rgb(154,45,207); }

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