Html Css Color HEX #9935BD Dark Orchid

📋 copy color: '#9935BD'

red 153 ◦ green 53 ◦ blue 189

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

Shades of Dark Orchid #9935BD

Tints of Dark Orchid #9935BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.42%

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

R = 38.73%
G = 13.42%
B = 47.85%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9935BD (or 0x9935BD) is known color: Dark Orchid. HEX triplet: 99, 35 and BD. RGB value is (153,53,189). Sum of RGB (Red+Green+Blue) = 153+53+189=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #9935BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9935BD is #66CA42. Grayscale: #616161. Windows color (decimal): -6736451 or 12400025. OLE color: 12400025.

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

Color convert

RGB 153 53 189 -
CMYK 0.19 0.72 0 0.26
HSL 284.12º 0.56% 0.47% -
HSV(B) 284.12º 0.72% 0.74% -
XYZ 23.6 12.99 49.41 -
YUV 98.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 153 53 189 0.19 0.72 0 0.26 284.12 0.56 0.47
Hex 99 35 BD 13 48 0 1A 11C 38 2F
Octal 231 65 275 23 110 0 32 434 70 57
Binary 10011001 110101 10111101 10011 1001000 0 11010 100011100 111000 101111

Color Harmonies of #9935BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9935BD

Black with #9935BD

Text Example


Text Example

White with #9935BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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