Html Css Color HEX #9638BF Dark Orchid

📋 copy color: '#9638BF'

red 150 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #9638BF

Tints of Dark Orchid #9638BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

 BLUE value IS 191 (75% from 255) = 48.11%

R = 37.78%
G = 14.11%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9638BF (or 0x9638BF) is known color: Dark Orchid. HEX triplet: 96, 38 and BF. RGB value is (150,56,191). Sum of RGB (Red+Green+Blue) = 150+56+191=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #9638BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9638BF is #69C740. Grayscale: #636363. Windows color (decimal): -6932289 or 12531862. OLE color: 12531862.

HSL color Cylindrical-coordinate representation of color #9638BF: hue angle of 281.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9638BF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 56 191 -
CMYK 0.21 0.71 0 0.25
HSL 281.78º 0.55% 0.48% -
HSV(B) 281.78º 0.71% 0.75% -
XYZ 23.4 13.07 50.58 -
YUV 99.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 150 56 191 0.21 0.71 0 0.25 281.78 0.55 0.48
Hex 96 38 BF 15 47 0 19 11A 37 30
Octal 226 70 277 25 107 0 31 432 67 60
Binary 10010110 111000 10111111 10101 1000111 0 11001 100011010 110111 110000

Color Harmonies of #9638BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9638BF

Black with #9638BF

Text Example


Text Example

White with #9638BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9638BF; }

 p { color: rgb(150,56,191); }

 H1.HeaderClassName
 {
   color: #9638BF;
 }
 .AnyTagClassName
 {
   color: #9638BF;
 }
</style>

background-color css

<style>
 a { background-color: #9638BF; }

 a { background-color: rgb(150,56,191); }

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

border-color css

<style>
 span { border-color: #9638BF; }

 span { border-color: rgb(150,56,191); }

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