Html Css Color HEX #9926CD Dark Orchid

📋 copy color: '#9926CD'

red 153 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #9926CD

Tints of Dark Orchid #9926CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.6%

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

R = 38.64%
G = 9.6%
B = 51.77%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9926CD (or 0x9926CD) is known color: Dark Orchid. HEX triplet: 99, 26 and CD. RGB value is (153,38,205). Sum of RGB (Red+Green+Blue) = 153+38+205=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #9926CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9926CD is #66D932. Grayscale: #5A5A5A. Windows color (decimal): -6740275 or 13444761. OLE color: 13444761.

HSL color Cylindrical-coordinate representation of color #9926CD: hue angle of 281.32º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9926CD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 38 205 -
CMYK 0.25 0.81 0 0.20
HSL 281.32º 0.69% 0.48% -
HSV(B) 281.32º 0.81% 0.8% -
XYZ 24.85 12.57 58.87 -
YUV 91.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 153 38 205 0.25 0.81 0 0.20 281.32 0.69 0.48
Hex 99 26 CD 19 51 0 14 119 45 30
Octal 231 46 315 31 121 0 24 431 105 60
Binary 10011001 100110 11001101 11001 1010001 0 10100 100011001 1000101 110000

Color Harmonies of #9926CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9926CD

Black with #9926CD

Text Example


Text Example

White with #9926CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,38,205); }

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

background-color css

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

 a { background-color: rgb(153,38,205); }

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

border-color css

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

 span { border-color: rgb(153,38,205); }

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