Html Css Color HEX #9936BD Dark Orchid

📋 copy color: '#9936BD'

red 153 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #9936BD

Tints of Dark Orchid #9936BD

RGB

 RED value IS 153 (60.16% from 255) = 38.64%

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

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

R = 38.64%
G = 13.64%
B = 47.73%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9936BD (or 0x9936BD) is known color: Dark Orchid. HEX triplet: 99, 36 and BD. RGB value is (153,54,189). Sum of RGB (Red+Green+Blue) = 153+54+189=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #9936BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936BD is #66C942. Grayscale: #626262. Windows color (decimal): -6736195 or 12400281. OLE color: 12400281.

HSL color Cylindrical-coordinate representation of color #9936BD: hue angle of 284º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9936BD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 54 189 -
CMYK 0.19 0.71 0 0.26
HSL 284º 0.56% 0.48% -
HSV(B) 284º 0.71% 0.74% -
XYZ 23.64 13.08 49.42 -
YUV 98.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 153 54 189 0.19 0.71 0 0.26 284 0.56 0.48
Hex 99 36 BD 13 47 0 1A 11C 38 30
Octal 231 66 275 23 107 0 32 434 70 60
Binary 10011001 110110 10111101 10011 1000111 0 11010 100011100 111000 110000

Color Harmonies of #9936BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9936BD

Black with #9936BD

Text Example


Text Example

White with #9936BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9936BD; }

 p { color: rgb(153,54,189); }

 H1.HeaderClassName
 {
   color: #9936BD;
 }
 .AnyTagClassName
 {
   color: #9936BD;
 }
</style>

background-color css

<style>
 a { background-color: #9936BD; }

 a { background-color: rgb(153,54,189); }

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

border-color css

<style>
 span { border-color: #9936BD; }

 span { border-color: rgb(153,54,189); }

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