Html Css Color HEX #9136CD Dark Orchid

📋 copy color: '#9136CD'

red 145 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #9136CD

Tints of Dark Orchid #9136CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.37%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 35.89%
G = 13.37%
B = 50.74%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9136CD (or 0x9136CD) is known color: Dark Orchid. HEX triplet: 91, 36 and CD. RGB value is (145,54,205). Sum of RGB (Red+Green+Blue) = 145+54+205=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #9136CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136CD is #6EC932. Grayscale: #616161. Windows color (decimal): -7260467 or 13448849. OLE color: 13448849.

HSL color Cylindrical-coordinate representation of color #9136CD: hue angle of 276.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9136CD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 54 205 -
CMYK 0.29 0.74 0 0.20
HSL 276.16º 0.6% 0.51% -
HSV(B) 276.16º 0.74% 0.8% -
XYZ 24.02 13.07 59.01 -
YUV 98.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 145 54 205 0.29 0.74 0 0.20 276.16 0.6 0.51
Hex 91 36 CD 1D 4A 0 14 114 3C 33
Octal 221 66 315 35 112 0 24 424 74 63
Binary 10010001 110110 11001101 11101 1001010 0 10100 100010100 111100 110011

Color Harmonies of #9136CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9136CD

Black with #9136CD

Text Example


Text Example

White with #9136CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9136CD; }

 p { color: rgb(145,54,205); }

 H1.HeaderClassName
 {
   color: #9136CD;
 }
 .AnyTagClassName
 {
   color: #9136CD;
 }
</style>

background-color css

<style>
 a { background-color: #9136CD; }

 a { background-color: rgb(145,54,205); }

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

border-color css

<style>
 span { border-color: #9136CD; }

 span { border-color: rgb(145,54,205); }

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