Html Css Color HEX #9C25BD Dark Orchid

📋 copy color: '#9C25BD'

red 156 ◦ green 37 ◦ blue 189

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

Shades of Dark Orchid #9C25BD

Tints of Dark Orchid #9C25BD

RGB

 RED value IS 156 (61.33% from 255) = 40.84%

 GREEN value IS 37 (14.84% from 255) = 9.69%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 40.84%
G = 9.69%
B = 49.48%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C25BD (or 0x9C25BD) is known color: Dark Orchid. HEX triplet: 9C, 25 and BD. RGB value is (156,37,189). Sum of RGB (Red+Green+Blue) = 156+37+189=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C25BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C25BD is #63DA42. Grayscale: #595959. Windows color (decimal): -6543939 or 12395932. OLE color: 12395932.

HSL color Cylindrical-coordinate representation of color #9C25BD: hue angle of 286.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C25BD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 37 189 -
CMYK 0.17 0.80 0 0.26
HSL 286.97º 0.67% 0.44% -
HSV(B) 286.97º 0.8% 0.74% -
XYZ 23.56 12.07 49.23 -
YUV 89.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 156 37 189 0.17 0.80 0 0.26 286.97 0.67 0.44
Hex 9C 25 BD 11 50 0 1A 11F 43 2C
Octal 234 45 275 21 120 0 32 437 103 54
Binary 10011100 100101 10111101 10001 1010000 0 11010 100011111 1000011 101100

Color Harmonies of #9C25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C25BD

Black with #9C25BD

Text Example


Text Example

White with #9C25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,189); }

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

background-color css

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

 a { background-color: rgb(156,37,189); }

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

border-color css

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

 span { border-color: rgb(156,37,189); }

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