Html Css Color HEX #9627CD Dark Orchid

📋 copy color: '#9627CD'

red 150 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #9627CD

Tints of Dark Orchid #9627CD

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

 GREEN value IS 39 (15.63% from 255) = 9.9%

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

R = 38.07%
G = 9.9%
B = 52.03%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9627CD (or 0x9627CD) is known color: Dark Orchid. HEX triplet: 96, 27 and CD. RGB value is (150,39,205). Sum of RGB (Red+Green+Blue) = 150+39+205=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #9627CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627CD is #69D832. Grayscale: #5A5A5A. Windows color (decimal): -6936627 or 13445014. OLE color: 13445014.

HSL color Cylindrical-coordinate representation of color #9627CD: hue angle of 280.12º degrees, saturation: 0.68, 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 #9627CD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 39 205 -
CMYK 0.27 0.81 0 0.20
HSL 280.12º 0.68% 0.48% -
HSV(B) 280.12º 0.81% 0.8% -
XYZ 24.32 12.34 58.86 -
YUV 91.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 150 39 205 0.27 0.81 0 0.20 280.12 0.68 0.48
Hex 96 27 CD 1B 51 0 14 118 44 30
Octal 226 47 315 33 121 0 24 430 104 60
Binary 10010110 100111 11001101 11011 1010001 0 10100 100011000 1000100 110000

Color Harmonies of #9627CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627CD

Black with #9627CD

Text Example


Text Example

White with #9627CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,39,205); }

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

background-color css

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

 a { background-color: rgb(150,39,205); }

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

border-color css

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

 span { border-color: rgb(150,39,205); }

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